AaronVerDow

Results 4 comments of AaronVerDow

I'm having issues with the left side with teensy as well. I compiled my own STL and repaired it in slic3r and got something that looks manifold in the preview...

There seems to be a hard dependency on `esphome/components/sensor/sensor.h` and `esphome/components/text_sensor/text_sensor.h` so that firmware cannot be compiled without having both `sensor` and `text_sensor` defined in yaml.

Got this up and running, the layouts work beautifully. Are there any planned or existing touch screen functionality in this pull request? I saw "buttons" exist but could not figure...

I was having the same issue and none of the fixes here were working. I ended up needing an additional delay for some reason: ``` vim.api.nvim_create_autocmd("BufEnter", { pattern = "*",...