updated for 256x64 display
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user