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

Dependents:   F746_SD_GraphicEqualizer_ren0620

Fork of F746_GUI by 不韋 呂

Revision:
14:95544440b46c
Parent:
8:8c5107c91d02
--- a/ButtonGroup.hpp	Sat Apr 30 06:33:32 2016 +0000
+++ b/ButtonGroup.hpp	Wed Jun 22 03:49:51 2016 +0000
@@ -21,6 +21,7 @@
                     uint16_t spaceX = 0, uint16_t spaceY = 0,
                     uint16_t column = 1,
                     int touched = -1,   // number for button initially touched-color
+                    bool expanded = false,
                     sFONT &fonts = Font12,
                     uint32_t textColor         = GuiBase::ENUM_TEXT,
                     uint32_t backColor         = GuiBase::ENUM_BACK,