Hello,
I am using Emwin 6.14 Library to make UI on LPC1857 & ST7735 8 bit parellel mode with Eclipse arm-none-eabi own setup. I have successfully initialized GUI_Init() using FLEX_COLOR Driver and appropriate PORT API drivers. So, the status is that It is printing character at given location. Now I have two problems namely
Problem 1 : The GUI_DispCharAt('A',10,60); prints character twice. Also the GUI_DispStringAt("Hello world", 0, 20); prints HHeelloo wwoorrlldd on the screen. When I was debugging the No of items recieved at function binded to pfWriteM8_A1 shows 2 always. Is there any setting for this??.
Problem 2: Leaving aside Problem 1, I am trying to integrate APPWizard Simple application of showing single screen+ single image as Kickstart and I have few doubts here
I am using Emwin 6.14 Library to make UI on LPC1857 & ST7735 8 bit parellel mode with Eclipse arm-none-eabi own setup. I have successfully initialized GUI_Init() using FLEX_COLOR Driver and appropriate PORT API drivers. So, the status is that It is printing character at given location. Now I have two problems namely
Problem 1 : The GUI_DispCharAt('A',10,60); prints character twice. Also the GUI_DispStringAt("Hello world", 0, 20); prints HHeelloo wwoorrlldd on the screen. When I was debugging the No of items recieved at function binded to pfWriteM8_A1 shows 2 always. Is there any setting for this??.
Problem 2: Leaving aside Problem 1, I am trying to integrate APPWizard Simple application of showing single screen+ single image as Kickstart and I have few doubts here
- Because there is no BSP, Should I use the Same Header and Library files given by original EMWIN 6.14d.
- I have followed the excat steps from MCU Tech Minutes i.e porting APP Wizard to MCU Expresso. I took Source & Resource folders and integrated to my application, added APPW_X_NoFS.c from EMWIN, called MainTask() but was unsuccessful.