lv_drivers
lv_drivers copied to clipboard
Add SDL high DPI config
when I run the simulator on macbook, after reduce the SDL_ZOOM, the screen will become will become extremely blurry, that need add SDL_WINDOW_ALLOW_HIGHDPI flag to resolve it when create SDL Window
that result of add SDL_WINDOW_ALLOW_HIGHDPI flag
so, I think could add SDL_HIGHDPI micro define to config the flag?
Hope for your response, thanks!
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.