Update drv_st7735.c

This commit is contained in:
Tester23
2024-12-04 22:31:40 +01:00
parent 3112583b2b
commit ee03aae6c6

View File

@@ -32,7 +32,10 @@ as well as Adafruit raw 1.8" TFT display
#include "../hal/hal_pins.h"
#include "drv_st7735.h"
#ifdef PLATFORM_ESPIDF
#include "driver/gpio.h"
#endif
static uint8_t tabcolor;
static volatile uint32_t *dataport, *clkport, *csport, *rsport;