Nucleo board F446 with ILI9341 8bit parallel TFTI
Posted: Sat Sep 03, 2022 10:35 am
I'm usingg a Nucleo 64 32STMF446 board and connected on top of the arduino connectors the 2.8" TFT shield. The IDE SW is 1.8.13 and I use the Adafruit _TFTLCD_8bit_STM32 libs. The software brings always a message and terminates the compilation:
In file included from C:\Users\klaus\....\Adafruit_TFTLCD_8bit_STM-master\examples\graficstest\graficstest.ino:3
C:Users\klaus\...\Adafruit_TFTLCD_8bit_STM32-master/Adaruit_TFTLCD_8bit_STM32.h:9:10: fatal error: libmaple/gpio.h: No such file or directory
9|#include <libmaple/gpio.h>
compilation terminated
exit status 1
Fehler beim Kompilieren für das Nucleo-64 board
I do not find the include in any file. Where is this reference hidden? I think it is a beginners failure. I'm a newbe. Or do I have to install another lib.?
If somebody has experienced the same problem it would be nice if you can help me out of this problem.
Basically I'm only looking for a 8bit parallel lib that can drive the ILI9341 very fast. If somebody knows one, please tell me.
Klaus
In file included from C:\Users\klaus\....\Adafruit_TFTLCD_8bit_STM-master\examples\graficstest\graficstest.ino:3
C:Users\klaus\...\Adafruit_TFTLCD_8bit_STM32-master/Adaruit_TFTLCD_8bit_STM32.h:9:10: fatal error: libmaple/gpio.h: No such file or directory
9|#include <libmaple/gpio.h>
compilation terminated
exit status 1
Fehler beim Kompilieren für das Nucleo-64 board
I do not find the include in any file. Where is this reference hidden? I think it is a beginners failure. I'm a newbe. Or do I have to install another lib.?
If somebody has experienced the same problem it would be nice if you can help me out of this problem.
Basically I'm only looking for a 8bit parallel lib that can drive the ILI9341 very fast. If somebody knows one, please tell me.
Klaus
