Changeset 27 in svn
- Timestamp:
- Apr 24, 2015 3:21:09 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinFactory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinFactory.c
r2 r27 147 147 memset(strText[i], 0, 256); 148 148 } 149 this->setFontStyle(this, 22, 0xFFFFFF00, ALIGN_MIDDLE, ALIGN_LEFT); 149 150 sprintf(strText[0], " S/W version : %s", DST_GetAppShortVersion() ); 150 151 this->DrawText(this, 2, 2, this->rect.w, 30, strText[0], &(this->font)); 152 this->setFontStyle(this, 22, 0xFFFFFFFF, ALIGN_MIDDLE, ALIGN_LEFT); 151 153 152 154 sprintf(strText[1], " H/W version : %s", DST_GetBoardVersion());
Note: See TracChangeset
for help on using the changeset viewer.
