Hello
i make this Project with ESP32 and ILI9488 SPI TFT
But have problem in compile when i have to Draw Picture with ROM DRAWER program Can't Compile Project
i Attache this
ESP32-ROM Drawer
-
- Posts: 40
- http://meble-kuchenne.info.pl
- Joined: Mon Apr 05, 2021 1:59 am
- Has thanked: 8 times
- Been thanked: 4 times
ESP32-ROM Drawer
- Attachments
-
- Screenshot 2022-08-25 124828.png (217.62 KiB) Viewed 2614 times
-
- Test.fcfx
- (19.22 KiB) Downloaded 225 times
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 621 times
- Been thanked: 644 times
Re: ESP32-ROM Drawer
Hello.
Please don't use screenshots of compiler messages, as they are difficult to read and don't show all the information.
you could either attach the project name.msg.txt file or copy and paste the compiler messages within the code tags.
I have noticed you have got the bitmap index set to 1 within the BitmapDrawer component.
The first bitmap index should be 0, the second, if applicable should be 1, etc.
Your project file compiled for me:
A small example from my compiler messages:
Is your Flowcode up-to-date?
To update Flowcode, select Help, Library Updates...
Change the Files in-use to full database
If any components have been updated, you will need to select Reload for the effects to take place.
Please don't use screenshots of compiler messages, as they are difficult to read and don't show all the information.
you could either attach the project name.msg.txt file or copy and paste the compiler messages within the code tags.
I have noticed you have got the bitmap index set to 1 within the BitmapDrawer component.
The first bitmap index should be 0, the second, if applicable should be 1, etc.
Your project file compiled for me:
A small example from my compiler messages:
Code: Select all
[7/7] Generating binary image from built executable
esptool.py v2.9-dev
Generated D:/Flowcode_Testing/TEST/build/esp-project.bin
Executing action: all (aliases: build)
Running ninja in directory d:\flowcode_testing\test\build
Executing "ninja all"...
Project build complete. To flash, run this command:
D:\esp-idf-tools\python_env\idf4.1_py3.7_env\Scripts\python.exe ..\..\esp-idf\components\esptool_py\esptool\esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 build\bootloader\bootloader.bin 0x8000 build\partition_table\partition-table.bin 0x10000 build\esp-project.bin
or run 'idf.py -p (PORT) flash'
Build completed successfully
Using FCD settings for linker
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode v9\data\tools\DoNothing\DoNothing.exe
FINISHED
To update Flowcode, select Help, Library Updates...
Change the Files in-use to full database
If any components have been updated, you will need to select Reload for the effects to take place.
Martin
Re: ESP32-ROM Drawer
Hi medelece
i change it but steel don't compile project //// my Flowcode is Update
i attache you every think again ... and project Run in Debugger correct
Please add a .bmp Picture to project and try to compile it
i change it but steel don't compile project //// my Flowcode is Update
i attache you every think again ... and project Run in Debugger correct
Please add a .bmp Picture to project and try to compile it
- Attachments
-
- Test.msg.txt
- (33.71 KiB) Downloaded 371 times
-
- Test.fcfx
- (19.25 KiB) Downloaded 267 times
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 621 times
- Been thanked: 644 times
Re: ESP32-ROM Drawer
Hi.
Yes, I did.
I added the file within the attached 24bit.zip file.
I even tried again with the Test.fcfx on the post above and he file still compiles as expected.
What I can suggest is Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar.
Extract and replace the existing files with the attached BitmapDrawer.zip file.
The flowchart will need to be refreshed if Flowcode was open when you replaced the file.
Yes, I did.
I added the file within the attached 24bit.zip file.
I even tried again with the Test.fcfx on the post above and he file still compiles as expected.
What I can suggest is Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar.
Code: Select all
C:\ProgramData\MatrixTSL\FlowcodeV9\Components
The flowchart will need to be refreshed if Flowcode was open when you replaced the file.
- Attachments
-
- BitmapDrawer.zip
- (656.32 KiB) Downloaded 306 times
-
- 24bit.zip
- (1.76 KiB) Downloaded 249 times
Martin