ESP32-ROM Drawer

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
mehmet64
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

Post by mehmet64 »

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
Attachments
Screenshot 2022-08-25 124828.png
Screenshot 2022-08-25 124828.png (217.62 KiB) Viewed 1161 times
Test.fcfx
(19.22 KiB) Downloaded 51 times

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: ESP32-ROM Drawer

Post by medelec35 »

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:

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
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.
Martin

mehmet64
Posts: 40
Joined: Mon Apr 05, 2021 1:59 am
Has thanked: 8 times
Been thanked: 4 times

Re: ESP32-ROM Drawer

Post by mehmet64 »

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
Attachments
Test.msg.txt
(33.71 KiB) Downloaded 56 times
Test.fcfx
(19.25 KiB) Downloaded 54 times

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: ESP32-ROM Drawer

Post by medelec35 »

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.

Code: Select all

C:\ProgramData\MatrixTSL\FlowcodeV9\Components
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.
Attachments
BitmapDrawer.zip
(656.32 KiB) Downloaded 57 times
24bit.zip
(1.76 KiB) Downloaded 49 times
Martin

Post Reply