mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore: change sdl simulator name (#4109)
This commit is contained in:
parent
20e1ae2130
commit
12b9e8809e
@ -239,7 +239,7 @@ static void window_create(lv_disp_t * disp)
|
||||
|
||||
lv_coord_t hor_res = lv_disp_get_hor_res(disp);
|
||||
lv_coord_t ver_res = lv_disp_get_ver_res(disp);
|
||||
dsc->window = SDL_CreateWindow("TFT Simulator",
|
||||
dsc->window = SDL_CreateWindow("LVGL Simulator",
|
||||
SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
|
||||
hor_res * dsc->zoom, ver_res * dsc->zoom, flag); /*last param. SDL_WINDOW_BORDERLESS to hide borders*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user