-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Commit of Clock Widget, Example for SSD1963 #21
base: main
Are you sure you want to change the base?
Conversation
…arallel TFT on ESP32
Hi Bodmer, Awesome library you have created here, I found it some years ago and have been itching to play more, but time was an issue, I'm sure you also feel that pain. I am not sure if you accept collaborative pull requests ? If you do, and of course when you have some time could you please review the attached Clock Widget. I've only tested it on an 7" SSD1963 8bit Parallel Interface attached to an ESP32 for now, but have access to an ILI9341 SPI ESP8266 combination and a beautiful round SPI screen which I've not connected yet but hope this works :). I've added the Widget main code and a Widget --> Clock_Demo.ino for an example. The widget should be scalable based on radius. Do you see any issues ? Any improvements or changes required to allow a pull ? It been awhile since I sent a Pull Request outside my own environment, I hope all is OK, please let me know. Best Regards |
Remove WiFi details
Remove the VS .sln file, not required for pull request
Remove VS file
My pull requests are sending some VS files that are not needed to GitHub projects
Initial Commit of Clock Widget and Working Example for SSD1963 8bit Parallel TFT on ESP32