My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <CtrlLib/CtrlLib.h>

#ifdef GUI_FB

NAMESPACE_UPP

void ChSysInit()
{
CtrlImg::Reset();
CtrlsImg::Reset();
ChReset();
}

void ChHostSkin()
{
ChSysInit();
}

END_UPP_NAMESPACE

#endif

Change log

r4176 by cxl on Nov 16, 2011   Diff
.reference: Rainbow example (RM #158)
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 217 bytes, 21 lines
Powered by Google Project Hosting