Page 1 of 1
ESP32-ROM Drawer
Posted: Thu Aug 25, 2022 10:49 am
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
Re: ESP32-ROM Drawer
Posted: Thu Aug 25, 2022 1:19 pm
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.
Re: ESP32-ROM Drawer
Posted: Thu Aug 25, 2022 4:56 pm
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
Re: ESP32-ROM Drawer
Posted: Thu Aug 25, 2022 5:28 pm
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.