included ssd1322 display + GUI

This commit is contained in:
2021-06-14 08:11:06 +02:00
parent d223644a2e
commit a644f16131
10 changed files with 308 additions and 559 deletions

View File

@@ -93,11 +93,11 @@
#endif
// enum OLEDDISPLAY_COLOR {
// BLACK = 0,
// WHITE = 1,
// INVERSE = 2
// };
enum OLEDDISPLAY_COLOR {
BLACK = 0,
WHITE = 1,
INVERSE = 2
};
enum OLEDDISPLAY_TEXT_ALIGNMENT {
TEXT_ALIGN_LEFT = 0,