Page 1 of 1

Q&A Flickering and Tearing

Posted: 08 Dec 2022, 11:35
by 9chuckyoung
1. If encounter flickering, try to decrease the number of Widgets or increase emWin memory pool size in “GUIConf.c”.

Code: Select all

//
// Define the available number of bytes available for the GUI
//
#define GUI_NUMBYTES  (emWin_memory_pool_size)
2. If encounter tearing:
2.1 Try to select "Tearing Effect", TE pin included LCD module.
2.2 Try to select "Sync-Type" LCD module and utilize emWin's multiple buffers.