diff options
Diffstat (limited to 'drivers/qwiic/micro_oled.h')
| -rw-r--r-- | drivers/qwiic/micro_oled.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/qwiic/micro_oled.h b/drivers/qwiic/micro_oled.h index 814143df1..6f9106f58 100644 --- a/drivers/qwiic/micro_oled.h +++ b/drivers/qwiic/micro_oled.h | |||
| @@ -63,7 +63,7 @@ void draw_string(uint8_t x, uint8_t y, char* string, uint8_t color, uint8_t mode | |||
| 63 | #ifndef LCDWIDTH | 63 | #ifndef LCDWIDTH |
| 64 | # define LCDWIDTH 64 | 64 | # define LCDWIDTH 64 |
| 65 | #endif | 65 | #endif |
| 66 | #ifndef LCDWIDTH | 66 | #ifndef LCDHEIGHT |
| 67 | # define LCDHEIGHT 48 | 67 | # define LCDHEIGHT 48 |
| 68 | #endif | 68 | #endif |
| 69 | #define FONTHEADERSIZE 6 | 69 | #define FONTHEADERSIZE 6 |
| @@ -131,4 +131,4 @@ typedef enum CMD { | |||
| 131 | CMD_GETLCDHEIGHT, // 16 | 131 | CMD_GETLCDHEIGHT, // 16 |
| 132 | CMD_SETCOLOR, // 17 | 132 | CMD_SETCOLOR, // 17 |
| 133 | CMD_SETDRAWMODE // 18 | 133 | CMD_SETDRAWMODE // 18 |
| 134 | } commCommand_t; \ No newline at end of file | 134 | } commCommand_t; |
