barn53 / CoinThing

a coin ticker display
MIT License
32 stars 8 forks source link

Idea: option to rotate display #15

Closed djste123 closed 2 years ago

djste123 commented 2 years ago

I'm able to use Arduino to create sketch and modify existing sketch, but I have to learn platformio extension for Visual studio code. I tried to compile your code, but isn't working, i think that I should start with something simpler. Anyway I was able to use the python method to upload your beautiful program to a esp8266 wired to a st7789 display and it works like a charm!

Is it possibile to add the possibity to rotate the display saving the new configuration? I was thinking to add an option into the admin page. Let me know. Thank you

barn53 commented 2 years ago

Hi, you can implement it. But I don't think it's necessary for this project because it's not needed when using the PCB and case contained in this project.

djste123 commented 2 years ago

Fnally I was able to compile the project and I was able to add the ability to rotate the display.

Thank you!