-
Notifications
You must be signed in to change notification settings - Fork 9
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
CYD support #12
CYD support #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we just need to clean up the code a little, then I think we'll be good to merge.
minigotchi-ESP32/config.h
Outdated
@@ -6,6 +6,7 @@ | |||
#define CONFIG_H | |||
|
|||
#include <Arduino.h> | |||
#include <TFT_eSPI.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think we need that here, it's all in display.*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
I have added the SSD1306 and WEMOS_OLED_SHIELD back into the files. Sketch contains all displays and now includes CYD.