LVGL_Emulator/include/sdl_drivers/sdl_conf.h
2022-07-31 16:50:33 +08:00

9 lines
122 B
C

#ifndef SDL_CONF_H
#define SDL_CONF_H
#define SDL_HOR_RES 960
#define SDL_VER_RES 540
#define SDL_ZOOM 1
#endif