Rohan
Rohan
I'm currently working on it. I'll let you know if I get it to work
https://github.com/simplyrohan/doom-nano In `constants.h` set your your display to color or not. Also in `display.h` set the pins for your screen
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...
You can also check the commit that I made that contained all the changes I made. [Commit](https://github.com/simplyrohan/doom-nano/commit/a4855fe76299c4fc3208d29e915a7bf56605dee7)
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
Let me know if it works
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 `git clone https://github.com/simplyrohan/doom-nano`...
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...
Download as a ZIP with the code button. Open the arduino ide and open the unzipped folder