2025-02-15 10:11:49 -05:00
|
|
|
|
|
|
|
#include "ssd1306.h"
|
|
|
|
|
|
|
|
// To use LV_COLOR_FORMAT_I1 we need an extra buffer to hold the converted data.
|
2025-02-16 11:24:35 -05:00
|
|
|
// TODO: Remove this and SSD1306 can be header only.
|
2025-02-15 10:11:49 -05:00
|
|
|
uint8_t SSD1306::oled_buffer_[LCD_H_RES * LCD_V_RES / 8];
|