Hi everyone,Currently, I am working on STM32MP153 mpu. I am building a Linux image using Yocto.In the image, I want to add a Python package (pyarrow).But when I built the Linux image I got the error, Please see the attached image.
Is there any way to update 4 textarea with a single invalidate call? Or is there any way to add multiple text area in a custom container and update all text area with a single call of invalidate?
Currently, i am working on TouchGfx.But my code gets stuck in the first execution of MX_TouchGFX_Process. I use external RAM and Waveshare 7-inch TFT display.@Piranha Could please help me to resolve the issue?
Hi allCurrently, I am working on a project in which I have to design an application in such a way that it should support DHCP and static IP mode based on user choice. And this would be in FREERTOS. Users can back and forth between static and DHCP mod...
@JTP1 In my application, there are two screens. Screen_1 has 8 text areas and screen_2 has a dynamic graph. At time only one screen updating from the backend. Screen_1: all 8 text areas are updating on tick even. And MCU load is 15%. All text areas a...
Thanks, @JTP1 for your response.I tried it but here my concern is about the MCU load. In both cases, (Individual invalidate) and ( single invalidate) MCU load is the same. Let me share my application in detail. In my application, there are 8 text ar...
Following the things I did and it works for me.Start FW in DHCP mode.When the user switches to static mode follow code I run.ip4_addr_t ipaddr;
ip4_addr_t netmask;
ip4_addr_t gw;
// convert IP,subnet mast and gateway
IP4_ADDR(&ipaddr,...