~`* custom glyph generator *`~
make LCD custom characters using the
createChar()
function from the
LiquidCrystal
library
📌 up to 8 sections can be used at once
8x2
16x2
20x4
⚠️ erases the screen
green
blue
red
grayscale
just the function
copy the code
📋 copied
void image() {
lcd.clear();
}
by
nonnullish