Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello,
I am having trouble compiling this library: https://developer.mbed.org/users/infotech1/code/ili9341_test/ , to run some software on this LCD screen: https://www.adafruit.com/products/1770 . If I am correct, since they are the same hardware underneath, ILI9341_test should compile fine and work on this LCD screen, but I may be horribly wrong. I am a newbie at this. The issue when I compile the library online is that SPI_MISO, SPI_MOSI, and SPI_SCK . These values don't seem to exist in the library. I am trying to find out what I can change to make the values work. Is this a problem with PinNames.h (it doesn't seem like it, but I don't know where it would be), or somewhere else? Should I manually enter the values of the pins? I am not sure.
Thanks for any help.