Changeset 27 in svn


Ignore:
Timestamp:
Apr 24, 2015 3:21:09 PM (11 years ago)
Author:
megakiss
Message:

공장모드에서 구분을 위해 버전글씨 색변경

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinFactory.c

    r2 r27  
    147147                        memset(strText[i], 0, 256); 
    148148                } 
     149                this->setFontStyle(this, 22, 0xFFFFFF00, ALIGN_MIDDLE, ALIGN_LEFT); 
    149150                sprintf(strText[0], " S/W version : %s", DST_GetAppShortVersion() ); 
    150151                this->DrawText(this, 2, 2, this->rect.w, 30, strText[0], &(this->font)); 
     152                this->setFontStyle(this, 22, 0xFFFFFFFF, ALIGN_MIDDLE, ALIGN_LEFT); 
    151153 
    152154                sprintf(strText[1], " H/W version : %s", DST_GetBoardVersion()); 
Note: See TracChangeset for help on using the changeset viewer.