GUI parts for DISCO-F746NG. GuiBase, Button, ButtonGroup, ResetButton, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup, NumericUpDown

Dependencies:   Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG

Revision:
34:6a1bed803fb7
Parent:
33:50b8f7654c36
diff -r 50b8f7654c36 -r 6a1bed803fb7 GuiBase.hpp
--- a/GuiBase.hpp	Mon Mar 12 04:22:48 2018 +0000
+++ b/GuiBase.hpp	Tue Jun 04 20:18:47 2019 +0000
@@ -53,8 +53,8 @@
         const uint32_t BACK_COLOR_;
         const uint32_t CREATED_COLOR_;
         const uint32_t TOUCHED_COLOR_;
-        const uint32_t INACTIVE_COLOR_;
-        const uint32_t INACTIVE_TEXT_COLOR_;
+        const uint32_t INACTIVE_COLOR_; //INACTIVE_COLOR
+        const uint32_t INACTIVE_TEXT_COLOR_; //INACTIVE_TEXT_COLOR_
 
         // Constructor
         GuiBase(uint16_t x =0, uint16_t y =0,