lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
291 stars 310 forks source link

win32drv Possibility to change the window title for each display #256

Closed wrgallo closed 1 year ago

wrgallo commented 1 year ago

Currently by creating a display window with lv_win32_init the created window will have the title L"LVGL Simulator for Windows Desktop", that string cannot be easily changed by user.

I am already working on a pull request to fix this issue.

kisvegabor commented 1 year ago

@MouriNaruto could you take look at it?

MouriNaruto commented 1 year ago

@kisvegabor Got it. I will add this feature to win32drv before I integrate the multiple display support.

Kenji Mouri

kisvegabor commented 1 year ago

Thank you!

MouriNaruto commented 1 year ago

@kisvegabor

The issue is also solved by https://github.com/lvgl/lv_drivers/pull/259.

Kenji Mouri

kisvegabor commented 1 year ago

Great, I close it then.