lehovec

Results 3 comments of lehovec

It's possible to use Portals to have custom gutter component: ```tsx export const CustomGutterSplit = () => { const gutterContainer = useRef(document.createElement("div")); return ( gutterContainer.current} > {createPortal(my custom gutter, gutterContainer.current)}...

You can add platformio board configuration from [LilyGo-EPD47 GitHub repository](https://github.com/Xinyuan-LilyGO/LilyGo-EPD47) to esphome. I added [lilygo-t5-74-plus.json](https://github.com/Xinyuan-LilyGO/LilyGo-EPD47/blob/master/platformio/boards/lilygo-t5-47-plus.json) file to `/config/esphome/.esphome/build/[your-esphome-device]/boards` and I am am able to flash without problems. ```yaml esphome: name:...

@startQ341 error indicate that lilygo-t5-47-plus.json file is somehow corrupted. Try to download it from source repository again or check in some online json validator what is problem with that file.