-
Notifications
You must be signed in to change notification settings - Fork 70
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
HOW CAN I USE ST7735 DISPLAY WITH THE CODE #12
Comments
I'm currently working on it. I'll let you know if I get it to work |
https://github.com/simplyrohan/doom-nano In |
Are these the only steps? I'm currently not home yet
|
You may need to make some hardware adjustments but they should mostly be in display.h and constants.h. Also, you will need to adjust for if you have INPUT_PULLUP buttons or not. Let me know if you have questions |
You can also check the commit that I made that contained all the changes I made. |
Thanks alot for helping me. I'm guessing the commit is the changed display.h/constant.h code? |
Yup, that's correct! But all of those use my display and hardware setup. Just change the pin definitions (they are all labeled) to your setup |
Thanks man your a G |
Let me know if it works |
i get this error class Adafruit_SSD1306<128, 64>' has no member named 'fillScreen |
I think you are using the old display.h (in this repository). It seems you are only using my main script. To use all if my modifications use You will need to redo the changes though |
im sorry i didnt quiet understand. can u please explain to me in monkey terms?😊 EDIT: ok so i opened the link u provided me (https://github.com/simplyrohan/doom-nano) and it took me to ur commit which i then downloaded the zip file and when i opened it it still gave me the same error. |
Hmm strange, I'll check it out tommorow |
Really sorry for the late reply Could you list out what you did step by step to upload the code to the board. Can you also paste the error I doubt that its the same error as my fork doesn't use the same display object |
i cant use st7735 with the code and im a beginner so im not sure what to change in the code
The text was updated successfully, but these errors were encountered: