Associate III
October 16, 2013
Question
stm32f407 use emwin problem
- October 16, 2013
- 3 replies
- 1649 views
Posted on October 16, 2013 at 09:30
Hi
I just want change to MCU from f103 to f407 and change my ucgui code into emwin style, so there is problem i want to create a window to show i created it then callGUI_Exec();
in while (1) loop
i found lcd init is fine, but nothing displayedi added write pixel in _SetPixelIndex functionread pixel in _GetPixelIndex functionso what should i do? Attach file is my codeWindowDLG is window which i createdTemplate is LCD driver which i useLCD_9320 is the LCD basic function all this functions works fine which i used old mcu and ucguiLCDConf is conf filePrivate.h in my understand is head file to public LCD funtion likes draw pixel or get pixel somethingbtw i used emwin lib which keil provide #32f4 #emwin