Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG
Fork of F746_GUI by
Diff: SeekbarGroup.hpp
- 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,
