Arduino UNO R4 Minima with ST7735 TFT display #342
-
Not working for me. Any suggestions would be appreciated. /* Set up the display pins // Using HW SPI pins void setup(void) // Required setup routine void loop(void) // Required main loop |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I did not have R4 in hand, so it is not tested yet. |
Beta Was this translation helpful? Give feedback.
-
Well I just tested the exact same code on a Micro (with appropriate pin changes) and it works so this library apparently does not work with Minima. |
Beta Was this translation helpful? Give feedback.
-
There happened a misunderstanding. It is not yet synched with this repo, as I have not yet received the Arduino UNO R4 minima to test with. |
Beta Was this translation helpful? Give feedback.
There happened a misunderstanding.
My fork https://github.com/ZinggJM/Arduino_GFX was added to the list https://github.com/arduino/uno-r4-library-compatibility#readme, but it just addresses use of MCUFriend UNO 8bit shields on Arduino UNO R4.
See https://forum.arduino.cc/t/support-mcufriend-uno-tft-shield-on-uno-r4/1151857
It is not yet synched with this repo, as I have not yet received the Arduino UNO R4 minima to test with.
I plan to provide a pull request afterwards.
Jean-Marc Zingg