GUI parts for DISCO-F469I a fork of DISCO-F746NG. GuiBase, Button, ButtonGroup, ResetButton, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup

Dependents:   DISCO-F469NI_LCDTS_GUI_demo DISCO-F469NI_LCDTS_GUI_demo projekt_PSW_v1 DISCO-F469NI_LCDTS_GUI_demoaaaaaaaaaxxxx ... more

Fork of F746_GUI by 不韋 呂

Revision:
2:d2f882d98f0a
Parent:
0:a2686ef737c2
Child:
3:fe6ff954824a
--- a/ButtonGroup.cpp	Sun Apr 03 10:36:27 2016 +0000
+++ b/ButtonGroup.cpp	Tue Apr 05 13:23:17 2016 +0000
@@ -55,7 +55,7 @@
         return true;
     }
 
-    // Erase button with selected color
+    // Erase button
     bool ButtonGroup::Erase(int num)
     {
         if (!Range(num)) return false;
@@ -114,3 +114,4 @@
         return true;
     }
 }
+