Search found 3 matches

by Power101
Wed Aug 18, 2021 1:19 am
Forum: Projects
Topic: ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library
Replies: 6
Views: 10666

Re: ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library

I am getting this error.@ag123
graphicstest:234:6: error: 'class Adafruit_ILI9341_STM' has no member named 'readcommandx'
tft.readcommandx(cmdbuf, ILI9341_RDDID, 4);

C:\Users\Arduino15\packages\stm32duino\hardware\STM32F1\2021.5.31\libraries\Adafruit_GFX_AS\Adafruit_GFX_AS.cpp: In member function ...
by Power101
Sun Aug 15, 2021 12:24 pm
Forum: Projects
Topic: ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library
Replies: 6
Views: 10666

Re: ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library

how can i install this libmaple core? fpiSTM
this is the code i am trying to upload
/*
Adapted from the Adafruit graphicstest sketch, see original header at end
of sketch.

This sketch uses the GLCD font (font 1) only.

Make sure all the display driver and pin connections are correct by ...
by Power101
Sat Aug 14, 2021 1:48 am
Forum: Projects
Topic: ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library
Replies: 6
Views: 10666

ILI9341 display interfacing with stm32f103c8t6 with TFT_ESPI library

I am trying to configure stm32f103c8t6 bluepill with ILI9341 display using the tft_espi library .

Connection

stm32 ILI9341

PB15 -> MOSI, T_MOSI

PB14 -> MISO, T_MISO

PB13 -> SCK, T_SCK

PC15 -> TFT_CS

PC14 -> RST

PC13 ->DC

PA0 -> TOUCH_CS

I have made some changes with tft_espi header files ...

Go to advanced search