Arduino Uno connection to ILI9341 TFT LCD

For general Flowcode discussion that does not belong in the other sections.
LeighM
Valued Contributor
Posts: 402
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 76 times
Been thanked: 220 times

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by LeighM »

Hi Monie,
Have you installed the AVR/Arduino toolchain and checked the AVR toolchain location path in the Global Settings?

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by monie »

Hello

Regarding: ILI9341 TFT display with Arduino

Attached Diagram:
ILI9341 TFT display with Arduino.pdf
(111.94 KiB) Downloaded 118 times
I'm trying to get ILI9341 TFT display, to work together with Arduino Uno R3
Do you have a simple Flowcode v10 Code example, that can be tested with Arduino Uno R together with ILI9341 TFT display.

Compiler Messages:
Compiler Messages 27-06-2023.pdf
(58.35 KiB) Downloaded 108 times
See Compiler Messages, at the bottom of the document, above here!


Monie

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by monie »

LeighM wrote:
Wed Jun 28, 2023 10:47 am
Hi Monie,
Have you installed the AVR/Arduino toolchain and checked the AVR toolchain location path in the Global Settings?
I have installed the AVR/Arduino toolchain and checked the AVR toolchain location path in the global settings?

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 76 times
Been thanked: 220 times

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by LeighM »

As was asked on an earlier post, have you created any successful Arduino projects, e.g. flashing LED?
There's something not quite correct with either the toolchain setup or settings in your Flowcode. According to your error logs the compiler isn't getting started.
It might help if you could post screen shots of your Flowcode settings dialogs. Toolchain location screen etc

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by monie »

Hi LeighM

I have attached some screenshots .
Skærmbillede 2023-06-28 195808.jpg
Skærmbillede 2023-06-28 195808.jpg (100.37 KiB) Viewed 1654 times
Skærmbillede 2023-06-28 195645.jpg
Skærmbillede 2023-06-28 195645.jpg (43.74 KiB) Viewed 1654 times
Skærmbillede 2023-06-28 200704.jpg
Skærmbillede 2023-06-28 200704.jpg (53.02 KiB) Viewed 1654 times

Can you use some of these pictures?

Monie

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by monie »

Options.jpg
Options.jpg (62.9 KiB) Viewed 1650 times

Steve-Matrix
Matrix Staff
Posts: 1310
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 175 times
Been thanked: 299 times

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by Steve-Matrix »

Those toolchain locations look wrong (apart from the ESP). These are pointing at the %PROGRAMDATA% location which is used internally for Flowcode's library updates.

Instead, these need to point to the location where you have installed the toolchains (there are separate installers for these on the Flowcode download page). Normally the toolchain itself 'tells' Flowcode where the toolchain has been installed to and these locations are set up automatically. By default, most of the toolchains will install themselves in the "C:\Program Files(x86)\..." location.

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Arduino Uno connection to ILI9341 TFT LCD

Post by monie »

Hi Steve-Matrix

Flowcode_Compiler_AVRv5 - HI have to re-install.
It helped Ardino Uno R3 which now runs well Flowcode v11
I am trying to use ILI9341 SPI Display on different devices.

So thank you very much for the help.

Monie

Post Reply