Skip to content

Test to see if i can quickly change custom characters so that i can have more than 8

Notifications You must be signed in to change notification settings

ketrab2004-Arduino/LCD_custom_char_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD with Buttons

An LCD on an Arduino showing the test, a bunch of bars in different lengths (numbers in binary) but multiple characters are changing at the same time because the limit of 8 characters

Parts:

  • Arduino UNO (or any that fits a LCD)
  • Any LCD

Setup:

  1. Attach the LCD to the arduino
  2. Change the settings in settings.h
    • LCD_COLS to the amount of columns your display has
    • LCD_ROWS to the amount of rows your display has
    • LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7 and LCD_BUTTONS to the correct pins
  3. Upload the sketch
  4. Watch the test

About

Test to see if i can quickly change custom characters so that i can have more than 8

Topics

Resources

Stars

Watchers

Forks