cbm80amiga / ST7789_Watch_stm

Analog Watch/Clock with STM32 RTC and ST7789 IPS
GNU Lesser General Public License v3.0
46 stars 15 forks source link

STM32F4 #2

Open jhonnyx161 opened 3 years ago

jhonnyx161 commented 3 years ago

Hi I use STM32F4 and report this error : I use ide arduino

// ST7789 library example // Analog watch/clock and STM32 RTC // (c) 2019 Pawel A. Hernik // YT videos: // https://youtu.be/35Z0enhEYqM // https://youtu.be/Xr-dxPhePhY

include

include

define TFT_DC PA1

define TFT_RST PA0

include

n file included from C:\Users\jhonn\OneDrive\Documentos\Arduino\libraries\rtclok/RTClock.h:1, from C:\Users\jhonn\OneDrive\Documentos\ArduinoSTM32\TFT\ST7789\ST7789_Watch_stm-master\ST7789_Watch_stm-master\ST7789_Watch_stm-master.ino:30: C:\Users\jhonn\OneDrive\Documentos\Arduino\libraries\rtclok/utility/rtc_util.h:37:10: fatal error: libmaple/libmaple.h: No such file or directory 37 | #include <libmaple/libmaple.h> | ^~~~~ compilation terminated. exit status 1 Error compilando para la tarjeta Generic STM32F4 series.