esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
420 stars 26 forks source link

Scaling support for high DPI displays and SDL2 #2925

Closed sprior closed 4 weeks ago

sprior commented 1 month ago

Describe the problem you have/What new integration you would like

When I use SDL2 on Windows (using WSL2) on my laptop with a 4k display it works but the display is quite small. I'd like to see scaling settings in the config settings for the SDL display component even if only by an integer factor.

Please describe your use case for this integration and alternatives you've tried:

I tried to use the high DPI compatibility settings but that didn't work.

Additional context

Since it seems the only way to run with sdl2 is to run "esphome run" it would be nice if there was a command line option to rerun the previously compiled yaml file without recompiling it.

sprior commented 4 weeks ago

Awesome! Thanks!