|
|
@ -45,6 +45,15 @@ class VarIcon { |
|
|
|
void initcfg(uint16_t valpointerAdd, uint16_t initval, uint16_t posx, uint16_t posy, uint16_t iconlib, uint16_t iconmin, uint16_t iconmax); |
|
|
|
|
|
|
|
void setpos(uint16_t posx, uint16_t posy); |
|
|
|
void setpos_x(uint16_t posx) { |
|
|
|
m_descript.m_PosX = posx; |
|
|
|
flushcfg(); |
|
|
|
} |
|
|
|
|
|
|
|
void setpos_y(uint16_t posy) { |
|
|
|
m_descript.m_PosY = posy; |
|
|
|
flushcfg(); |
|
|
|
} |
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief |
|
|
|