Hello!Look at the codevoid CONTROL_SCREENView::setupScreen()
{
CONTROL_SCREENViewBase::setupScreen();
MovingSpeed_ScrollWheel.setAnimateToCallback(MovingSpeed_ScrollWheelAnimateToCallback);
MovingStep_ScrollWheel.setAnimateToCallback(Movi...
Hello!A have a window, his height is 10 strings. Scrollist have 30 strings.When I add 11-30 strings, they are out of window. I can manually scroll list to last element.How can I do it by software?Something like ScrollList1.ScrollTo(25);.....
YOu wrote"TouchGFXHAL.cpp in the /TouchGFX/target folder that there are user code in addition to what is generated. Same thing in the configuration of the QSPI in Core/main.c ."And here is the QSPI configuration in main. c? Sorry, did you read the to...
You wrote"As I told you it is not enough to just configure TouchGFX in CubeMX and generate code. "But same actions was enougth for STM32F746. And not enough for STM32H743.... How is it possible?