lib_build: fix ST7789 so we don't have to add helpers/ui in INC_DIRS

This commit is contained in:
Florent
2025-08-25 16:21:23 +02:00
parent d0fb8d2f30
commit 033706adcf
2 changed files with 2 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
#include <Wire.h>
#include <SPI.h>
#include <Adafruit_GFX.h>
#include <ST7789Spi.h>
#include "ST7789Spi.h"
class ST7789Display : public DisplayDriver {
ST7789Spi display;