GUI parts for DISCO-F746NG. GuiBase, Button, ButtonGroup, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup
Dependents: F746_SD_GraphicEqualizer_ren0620
Fork of F746_GUI by
Diff: NumericLabel.hpp
- Revision:
- 4:cbf7ed9092a3
- Parent:
- 0:a2686ef737c2
- Child:
- 7:3813be1ca81d
--- a/NumericLabel.hpp Thu Apr 07 00:08:19 2016 +0000
+++ b/NumericLabel.hpp Fri Apr 08 09:32:49 2016 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// NumericLabel class -- derived class of Label class
//
-// 2016/03/29, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/04/08, Copyright (c) 2016 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_NUMERIC_LABEL_HPP
@@ -16,7 +16,7 @@
public:
// Constructor without drawing value
NumericLabel(uint16_t x, uint16_t y,
- TextAlignMode mode = Label::LEFT,
+ TextAlignMode mode = LEFT,
sFONT &fonts = Font12,
uint32_t textColor = GuiBase::ENUM_TEXT,
uint32_t backColor = GuiBase::ENUM_BACK)
@@ -25,7 +25,7 @@
// Constructor with drawing value
NumericLabel(uint16_t x, uint16_t y,
const char fmt[], T val,
- TextAlignMode mode = Label::LEFT,
+ TextAlignMode mode = LEFT,
sFONT &fonts = Font12,
uint32_t textColor = GuiBase::ENUM_TEXT,
uint32_t backColor = GuiBase::ENUM_BACK)
