2023-01-02 02:24 AM
Is it possible to make vertical progress bar? Because I try to add progress bars and all bars is horizontal.
And here I see that I can't change progress bar width and height. (I add progress bar backgound).
Solved! Go to Solution.
2023-01-02 04:37 AM
Hello heyo,
Yes it's possible to make a vertical progress bar. I recommend you to use the Line Progress widget in which you can select presets of vertical progress bars.
/Osman
2023-01-02 04:09 AM
2023-01-02 04:37 AM
Hello heyo,
Yes it's possible to make a vertical progress bar. I recommend you to use the Line Progress widget in which you can select presets of vertical progress bars.
/Osman
2023-01-02 04:49 AM
c:\st\stm32cubeide_1.9.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: C:\TouchGFXProjects\C7_touch_panel\Middlewares\ST\touchgfx\lib\core\cortex_m7\gcc\libtouchgfx-float-abi-hard.a(PainterRGB565.o): in function `touchgfx::PainterRGB565::tearDown() const':
(.text._ZNK8touchgfx13PainterRGB5658tearDownEv+0x0): undefined reference to `touchgfx::paint::tearDown()'
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:142: C7_touch_panel.elf] Error 1
"make -j16 all" terminated with exit code 2. Build might be incomplete.
I faced with this error when I add progress lines. Do you know how to solve this problem?
2023-01-02 07:02 AM
Which board do you use? Are you using TouchGFX Designer 4.21.0? Did you generate code?
/Osman
2023-01-03 02:04 AM
I'm using TOUCHGFX 4.21.0. I generate code, when I change in LTDC configuration from RGB565 to RGB888 problem disappear.