~`* custom glyph generator *`~

make LCD custom characters using the createChar() function from the LiquidCrystal library

📌 up to 8 sections can be used at once

⚠️ erases the screen

📋 copied
void image() {
lcd.clear();



}
by nonnullish