Hi.
I use the ver5.32 EMWIN as STM32F429 board in 240x320 TFT-LCD.
I referred to following URL and I succeed to work this project.
wiki.segger.com/WM_MOTION_-_Move_content_(Sample)
I made popup window above main window. and use GUI_MEMDEV_WriteAt by window callback after draw PNG image on MEMDEV size of 200x500 at popup window
it works have some problem little bit, i wanted to draw 200x500 scrollable setting menu but it works 200x300 (max y screen size). images over y 300 is filled gray color.
i think it is cut over the screen size and can i use memdev bigger than screen size?
Thanks.
I use the ver5.32 EMWIN as STM32F429 board in 240x320 TFT-LCD.
I referred to following URL and I succeed to work this project.
wiki.segger.com/WM_MOTION_-_Move_content_(Sample)
I made popup window above main window. and use GUI_MEMDEV_WriteAt by window callback after draw PNG image on MEMDEV size of 200x500 at popup window
it works have some problem little bit, i wanted to draw 200x500 scrollable setting menu but it works 200x300 (max y screen size). images over y 300 is filled gray color.
i think it is cut over the screen size and can i use memdev bigger than screen size?
Thanks.