Lib for the new LCD Display with ILI9341 controller
Dependents:
TFT_Test_ILI9341
touch_piirto
TFT_banggood
TFT_Test_ILI9341-a-fish
... more
1 comment:
The InterruptIn issue is my fault, the FRDM-KL25Z does not allow interrupts on Port B, only Ports A and D (per: https://developer.mbed.org/handbook/InterruptIn#interface).
However, I have not been able to resolve the issue with sharing the SPI bus with additional peripherals, nor with using USBSerial.
Edit: Apparently the issue with USBSerial was due to that library's blocking characteristics, and not an issue with the SPI_TFT_ILI9341 library. (For anyone else encountering something similar, the problem was not having USB connected during the initialization. Setting "connect_blocking" to false in USBSerial.h took care of it.)
I'm going to go ahead and assume that the only remaining issue (with using additional peripherals on the same bus) is also due to my ignorance and incompetence, and not an issue with the SPI_TFT_ILI9341 library.
My sincere apologies for opening my mouth before exhausting the investigation on my end.
The InterruptIn issue is my fault, the FRDM-KL25Z does not allow interrupts on Port B, only Ports A and D (per: https://developer.mbed.org/handbook/InterruptIn#interface).
However, I have not been able to resolve the issue with sharing the SPI bus with additional peripherals, nor with using USBSerial.
Edit: Apparently the issue with USBSerial was due to that library's blocking characteristics, and not an issue with the SPI_TFT_ILI9341 library. (For anyone else encountering something similar, the problem was not having USB connected during the initialization. Setting "connect_blocking" to false in USBSerial.h took care of it.)
I'm going to go ahead and assume that the only remaining issue (with using additional peripherals on the same bus) is also due to my ignorance and incompetence, and not an issue with the SPI_TFT_ILI9341 library.
My sincere apologies for opening my mouth before exhausting the investigation on my end.