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.
8 years, 1 month ago.
memoryLCD
hello i want to use the memoryLCD example in order to drive my LS013B7DH03(i am using a silicon labs EFM32TG210F32) https://developer.mbed.org/teams/SiliconLabs/code/MemoryLCD/ i saw in the instruction that i need to "initialize an SPI object and the required I/O pins, and call the library constructor with those."
how do i initialize an SPI obect and what is a library constructor ?
what i did is opening a new project in the simplicity IDE, copy the code from the "full example" to my main.c download the repository files and copy them to the project. however i do get alot of compiling error. how to i import the mbed library to the project?