Skip to content

Instantly share code, notes, and snippets.

View EmmanuelMess's full-sized avatar
🤖
Teaching robots where they are

Emmanuel EmmanuelMess

🤖
Teaching robots where they are
View GitHub Profile
@EmmanuelMess
EmmanuelMess / VariableAlphaImage.ino
Last active March 12, 2021 16:39
It displays an image with alpha
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
// make some custom characters:
byte BlankTopLeft[8] = {
0b00000,