the-raspberry-pi-guy / lcd

This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here: https://www.youtube.com/watch?v=fR5XhHYzUK0
188 stars 107 forks source link

lcd/demo_lcd.py no longer exists, it has been renamed to lcd/demo_lcd_simple_string.py #36

Closed Kyuchumimo closed 3 years ago

Kyuchumimo commented 3 years ago

see: https://github.com/the-raspberry-pi-guy/lcd/blob/master/demo_lcd_simple_strings.py

This change breaks the instructions in the Youtube tutorial: https://www.youtube.com/watch?v=fR5XhHYzUK0 screenshot

Solution: rename the file from lcd/demo_lcd_simple_string.py to lcd/demo_lcd.py

Kyuchumimo commented 3 years ago

https://github.com/the-raspberry-pi-guy/lcd/pull/37