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:
4:cbf7ed9092a3
--- a/Button.cpp	Mon Mar 12 04:22:48 2018 +0000
+++ b/Button.cpp	Tue Jun 04 20:18:47 2019 +0000
@@ -61,7 +61,7 @@
 
     void Button::Inactivate()
     {
-        Draw(INACTIVE_COLOR_, INACTIVE_TEXT_COLOR_);
+        Draw(0xFF003538, 0xFF003538); //Draw(INACTIVE_COLOR_, INACTIVE_TEXT_COLOR_);
         active_ = false;
     }
 }