I’m trying to get the host:
platform working with platform: sdl
display, to quickly prototype a fairly big display project. This is on latest macOS running on Intel hardware, SDL2 installed using brew, but in ESPHome Builder editor the following yaml displays the error: " Unable to run sdl2-config - have you installed sdl2?."
display:
- platform: sdl
dimensions:
width: 800
height: 480
Does SDL2 work using ESPHome Builder web page with the add-on, or do I have to install command line ESPHome on my Mac?
Anyone else using this combination that has got it to work?