Dear Members,
How can I use ST7735 module with I2C ?
I saw :
NRF_MODULE_ENABLED(ST7735)
at
G:\nRF5_SDK_17.0.2_d674dde\components\drivers_ext\st7735 ,
How can I include it with my code and use I2C ?
Thanks
Dear Members,
How can I use ST7735 module with I2C ?
I saw :
NRF_MODULE_ENABLED(ST7735)
at
G:\nRF5_SDK_17.0.2_d674dde\components\drivers_ext\st7735 ,
How can I include it with my code and use I2C ?
Thanks
Hi,
How can I include it with my code and use I2C ?
The driver is written with the SPI protocol, not the TWI(I2C) protocol. You would have to make your own driver if you want to use TWI. The driver can be used in a SPI project by just including the source file to the project.
regards
Jared
Hi,
How can I include it with my code and use I2C ?
The driver is written with the SPI protocol, not the TWI(I2C) protocol. You would have to make your own driver if you want to use TWI. The driver can be used in a SPI project by just including the source file to the project.
regards
Jared