lvgl / lv_drivers

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

Win32: ShellScalingApi.h not available on MinGW targets #170

Closed embeddedt closed 3 years ago

embeddedt commented 3 years ago

@MouriNaruto I am trying to update the CodeBlocks project to the latest version of the Win32 driver, however, I'm getting an error that ShellScalingApi.h is missing.

According to this issue, it seems that it's either not available or missing some APIs when using GCC to compile. Could you take a look when you have some time, please?

MouriNaruto commented 3 years ago

Got it. I will do some changes in recent days.