driver for 8x8

Dependents:   poster8x8_ranger

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers smiles.h Source File

smiles.h

00001 //0 happy
00002 //8 sad
00003 //16 sleeping
00004 //24 shouting
00005 //32 winking
00006 //40 look left
00007 // 48 looki right
00008 // 56 evil
00009 
00010 
00011 int eyes[24]= {
00012     0,231,132,0,  //eyes left      0
00013     0,231,66,0,   //eyes mid       1
00014     0,231,33,0,   //eyes right     2
00015     0,165,66,0 ,   //eyes shut      3
00016     0,224,71,0,   // wink          4
00017     0,129,66,0     //frown          5
00018 };
00019 
00020 int mouth[20]={
00021  0,129,102,24,   // happy           0
00022  0,24,102,129,   //sad              1
00023  0,0,126,0,   //neutral             2
00024  0,192,62,0,   //wry                3
00025 0,60,66,60    //shout               4
00026     };