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

Dependencies:   Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

Dependents:   F746_AudioOutQSPI F746_AudioPlayerSD DISCO-F746NG_test001 F746_SD_WavPlayer ... more

Revision:
12:687ec6183385
Parent:
11:7debdaa7b503
Child:
13:9ae055fac9cf
diff -r 7debdaa7b503 -r 687ec6183385 SeekbarGroup.hpp
--- a/SeekbarGroup.hpp	Wed Apr 27 07:28:04 2016 +0000
+++ b/SeekbarGroup.hpp	Sat Apr 30 06:33:32 2016 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 //  SeekbarGroup class -- Header
 //
-//  2016/04/27, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/04/30, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_SEEKBAR_GROUP_HPP
@@ -18,7 +18,7 @@
                      uint16_t number, uint16_t space,
                      float min, float max, float initialValue,
                      SeekBar::Orientation hv = SeekBar::Holizontal,
-                     uint32_t thumbColor = LCD_COLOR_WHITE,
+                     uint32_t thumbColor = 0xFFB0B0FF,
                      uint16_t thumbSize = 30, uint16_t width = 4,
                      uint32_t colorL = LCD_COLOR_LIGHTGRAY,
                      uint32_t colorH = 0xFFB0B0B0,