1 #ifndef _GUISLICE_DRV_H_ 2 #define _GUISLICE_DRV_H_ 44 #if defined(DRV_DISP_SDL1) 46 #elif defined(DRV_DISP_SDL2) 48 #elif defined(DRV_DISP_ADAGFX) || defined(DRV_DISP_ADAGFX_AS) 50 #elif defined(DRV_DISP_TFT_ESPI) 52 #elif defined(DRV_DISP_M5STACK) 54 #elif defined(DRV_DISP_UTFT) 57 #error No driver specified (DRV_DISP_*). Ensure a config is selected in GUIslice_config.h 65 #endif // _GUISLICE_DRV_H_ GUIslice library (driver layer for UTFT)
GUIslice library (driver layer for TFT-eSPI)
GUIslice library (driver layer for LINUX / SDL)
GUIslice library (driver layer for Adafruit-GFX)
GUIslice library (driver layer for M5stack)