author

abbey19

Inbox View Profile
LocationUKJoined
Comments6CommentsFollowers1Followers
Inbox View Profile
int TCLK = 1; int TSerial = 5; int BCLK = 6; int BSerial = 3; int Strobe = 4; int OutEnable = 2; // arrays to say Arduino byte Tbitmap[][8] = { //red characters {0, 4, 10, 17, 17, 31, 17, 17}, //A {0, 0,0,0,0,0,0,0}, {0, 28, 18, 17, 17, 17, 18, 28}, //D {0, 0,0,0,0,0,0,0}, {0, 14, 04, 04, 04, 04, 04, 14}, //I {0, 17, 25, 25, 21, 19, 19, 17}, //N {0, 14, 17, 17, 17, 17, 17, 14}, //O }; byte Bbitmap[][8] = { //green characters {0, 4, 10, 17, 17, 31, 17, 17}, //A {0, 30, 17,…

Welcome to Instructables! Pick what you love and

discover inspiring projects from our community

Customize Feed