1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2025-07-07 01:10:19 +00:00

Making the basic mouth work

This commit is contained in:
2017-11-20 17:49:55 +01:00
parent 4411a9e173
commit 1baeec35f0
4 changed files with 64 additions and 73 deletions

View File

@ -2,6 +2,26 @@
#define Shapes_h
const int zeros[7][3] = {
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
};
const int happySimple[7][3] = {
{0,0,0},
{0,150,0},
{0,150,0},
{0,150,0},
{0,150,0},
{0,0,0},
{0,0,0},
};
//***********************************************************************************
//*********************************MOUTHS DEFINES************************************
//***********************************************************************************