7 lines
215 B
C++
Raw Permalink Normal View History

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.
// 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];