mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-14 05:56:50 +01:00
Added Vertical Slider styles to Slider widget
Added WIDGETSTYLE2 (like 0, but vertical) and WIDGETSTYLE3 (like 1, but vertical). NOTE: I don't have a build environment, so I can't even promise this will compile! So if it's crap, just treat it as a concept for an enhancement request!
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
#define WIDGETSTYLE0 0
|
||||
#define WIDGETSTYLE1 1
|
||||
#define WIDGETSTYLE2 2
|
||||
//Added for Vertical slider styles
|
||||
#define WIDGETSTYLE3 3
|
||||
|
||||
#define SETCONTRAST 0x81
|
||||
#define DISPLAYALLONRESUME 0xA4
|
||||
|
||||
Reference in New Issue
Block a user