Replies: 1 comment
-
I am very positive that it can work with pretty much any controller for which there is a C-compiler and that has enough memory. Bonus points if the controller has DMA support and enough SRAM for the 4kiB buffer. Can you provide me with a code configurator example project with SPI and DMA that builds under MPLAB-X? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Rudolph,
Your library works great with Arduino platform, I was able to use Arduino Uno/Micro/Nano328 to control this LCD NHD-4.3-480272FT-CTXL-T (https://newhavendisplay.com/content/specs/NHD-4.3-480272FT-CTXL-T.pdf). However, my project requires more features and I have to choose a different microcontroller (16 bit from PIC24f family), I wonder if your library will work with this PIC chip?
Thank you,
Lam
Beta Was this translation helpful? Give feedback.
All reactions