mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-08-25 01:14:34 +08:00
8 lines
131 B
C++
8 lines
131 B
C++
#include "../core_include/display.h"
|
|
|
|
#ifdef GUILITE_ON
|
|
|
|
c_surface_no_fb c_surface_no_fb::mcu_surface(0, 240, 320, 16, 0);
|
|
|
|
#endif
|