mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-13 10:47:53 +01:00
10 lines
131 B
C
10 lines
131 B
C
#ifdef LVGL_ARDUINO_GFX
|
|
#ifndef ARDUINO_GFX_H
|
|
#define ARDUINO_GFX_H
|
|
|
|
void arduinoGFXSetup();
|
|
|
|
void arduinoGFXLoop();
|
|
|
|
#endif
|
|
#endif |