Can I use this library in Nucleo32 form-factor boards? #1114
Unanswered
masa6161
asked this question in
Q&A - General
Replies: 1 comment 1 reply
-
Yes, it should work. A SPI display would be the simplest option. You will need to keep the SPI clock rate down to about 12MHz as the ILI9486 is a slower chip than others. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Nucleo32, Arduino Nano compatible pin-design boards and would like to drive an ILI9486 TFT panel with this library.
My board has an STM32F303K8 chip (Cortex M4).
I couldn't find information about Nucleo32 boards, so I can't use this library on my Nucleo board if some modifications to the code?
Beta Was this translation helpful? Give feedback.
All reactions