Back on Feb. t, 2019 gtoner asked about using SPI bus to interface with an ili9341 graphics chip. I am trying to do the same thing but with a Sitronix ST7789V graphics controller chip. Sven replied that it was relatively easy, all you had to do was implement SPI versions for the following functions:
pfWrite8_A0
pfWrite8_A1
pfWriteM8_A1
pfRead8_A1
pfReadM8_A1
I am just a tad confused, though. There are a lot more functions like these in the GUI_PORT_API structure. Do I ONLY have to implement these, or do I really need to provide an SPI version for EVERY function listed in the GUI_PORT_API structure?
Thanks,
Ed H.
pfWrite8_A0
pfWrite8_A1
pfWriteM8_A1
pfRead8_A1
pfReadM8_A1
I am just a tad confused, though. There are a lot more functions like these in the GUI_PORT_API structure. Do I ONLY have to implement these, or do I really need to provide an SPI version for EVERY function listed in the GUI_PORT_API structure?
Thanks,
Ed H.