CF_238001 Community Member
- Member since Dec 1st 2024
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
CF_238001 -
Posted the thread AppWizard API.
ThreadWhen developing UI using AppWizard, Where can the AppWizard API provide more detailed instructions, UM03001_emWin.pdf UM03003_AppWizard.pdf , Described a small portion of the API. -
CF_238001 -
Replied to the thread AppWizard Set PROGBAR COLOR.
PostThank you, the issue has been resolved. ALPHA error occurred when setting the color -
CF_238001 -
Posted the thread AppWizard Set PROGBAR COLOR.
ThreadppWizard V154a_646a , C CODE if(LD>50)APPW_SetVarData(ID_VAR_BAT_COLOR,GREEN); //0X07E0 else if(LD>20)APPW_SetVarData(ID_VAR_BAT_COLOR, GRED); //0XFFE0 else if(LD<=20)APPW_SetVarData(ID_VAR_BAT_COLOR,GRED); //0XFFE0 //PROGBAR0-26 , LD 0-100…