Control a 1602 LCD using micropython. Based off of Maker.pro's 4 bit control [maker.pro/microbit/tutorial/how-to-setup-an-lcd-screen-with-microbit], use the serial ...
Based on RPi.GPIO, it writes instructions to a 16x2 LCD module through Raspberry Pi's GPIO pins directly. This is not for interfacing an I2C LCD. Since it's not for realtime applications, the clock ...