Page 2 of 2

Re: Arduino Uno connection to ILI9341 TFT LCD

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

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Wed Jun 28, 2023 5:13 pm
by monie
Hello

Regarding: ILI9341 TFT display with Arduino

Attached Diagram:
ILI9341 TFT display with Arduino.pdf
(111.94 KiB) Downloaded 637 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 530 times
See Compiler Messages, at the bottom of the document, above here!


Monie

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Wed Jun 28, 2023 6:06 pm
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?

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Wed Jun 28, 2023 6:36 pm
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

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Wed Jun 28, 2023 7:08 pm
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 3978 times
Skærmbillede 2023-06-28 195645.jpg
Skærmbillede 2023-06-28 195645.jpg (43.74 KiB) Viewed 3978 times
Skærmbillede 2023-06-28 200704.jpg
Skærmbillede 2023-06-28 200704.jpg (53.02 KiB) Viewed 3978 times

Can you use some of these pictures?

Monie

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Wed Jun 28, 2023 8:24 pm
by monie
Options.jpg
Options.jpg (62.9 KiB) Viewed 3974 times

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Thu Jun 29, 2023 9:11 am
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.

Re: Arduino Uno connection to ILI9341 TFT LCD

Posted: Thu Jun 29, 2023 5:18 pm
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