updated for 256x64 display

This commit is contained in:
2021-06-10 17:05:44 +02:00
parent 38cfbecb23
commit d223644a2e
14 changed files with 398 additions and 12 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,