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.
10 years, 6 months ago.
ILI9341 STM32F103RB Nucleo compilation error
Hello guys,
I'm an Mbed newbie and my first time to interface TFT LCD's with my STM32F103RB Nucleo. I did successful compilations and correct expected outputs on LED2 etc.with some basic programs like blink, PWM and adcin with the board I have now but I'm kinda confuse interfacing the ILI9341 TFT LCD from Peter Drescher / SPI_TFT_ILI9341 which gives me an error when to be compiled with the platform STM32F103RB Nucleo board. It gives me a first line Warning: Members and base-classes will be initialized in declaration order, not in member initialisation list order":_spi9mosi,miso,Sclk),cs(cs). in "SPI_TFT_ILI9341/SPI_TFT_ILI9341.cpp", Line: 25, Col: 64
then a second line error - an error Identifier "LocalFileSystem" is undefined "LocalFileSystem local("local");"
I'm stuck with this and cannot compile the program with it's library successfully.
Can someone help me?
Thanks
Question relating to:
2 Answers
6 years, 4 months ago.
I have the same problem. It look like nobody knows how to fix it...