mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Update xdsp_14_SSD1331.ino
This commit is contained in:
parent
02cab3cad0
commit
614280ad69
@ -36,7 +36,7 @@
|
||||
#include <SPI.h>
|
||||
|
||||
bool ssd1331_init_done = false;
|
||||
extern uint8_t *buffer;
|
||||
|
||||
extern uint8_t color_type;
|
||||
Adafruit_SSD1331 *ssd1331;
|
||||
|
||||
@ -55,7 +55,6 @@ void SSD1331_InitDriver() {
|
||||
Settings.display_height = Adafruit_SSD1331::TFTHEIGHT;
|
||||
}
|
||||
|
||||
buffer = 0;
|
||||
|
||||
// default colors
|
||||
fg_color = SSD1331_WHITE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user