nopnop2002 / STM32_TFT_8bit

STM32F103 8bit parallel TFT Library for Arduino_STM32
60 stars 17 forks source link

nucleo-64 error on loading #7

Closed zfranco55 closed 4 years ago

zfranco55 commented 5 years ago

I have a core-64 stm32f103rb card, but in loading it gives me the error: /home/user/Arduino/libraries/STM32_TFT_8bit-master/STM32_TFT_8bit.cpp:23:26: fatal error: libmaple / dma.h: No such file or directory  #include <libmaple / dma.h> how can i fix it?

nopnop2002 commented 4 years ago

Requires core library

https://github.com/rogerclarkmelbourne/Arduino_STM32

If you use Arduino_Core_STM32, please use this.

https://github.com/nopnop2002/Arduino-STM32-8bitTFT