mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
lib_build: fix ST7789 so we don't have to add helpers/ui in INC_DIRS
This commit is contained in:
parent
d0fb8d2f30
commit
033706adcf
2 changed files with 2 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue