Skip to content

Conversation

mlindgren
Copy link

Thanks for creating this project, it's very cool! I had some trouble getting it set up on my ESP32-2432S028R, and some of the code also didn't work with a Windows host, so I made a bunch of changes to resolve those issues. You may not want to take all of these changes, as I'm not sure if they'll be compatible with the hardware you used when you originally developed this. It seems like there are some differences in which GPIO PINs are used, and the orientation of the display (I had to switch the width and the height in the code).

I'm happy to make further changes to make this more suitable for upstreaming, although I can't promise that I'll be able to do so quickly. Thought I'd just throw this out for now and see if you have any interest in merging it. If not, no hard feelings.

Full disclosure: much of this was vibe-coded with Claude Sonnet 4. But I did review the changes and verify that it works on my device.

delay(1);

// Add a short delay to prevent watchdog issues
delay(5);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant