ROCK64 and 16x2 LCD Screen - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Rock64 Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=89) +--- Thread: ROCK64 and 16x2 LCD Screen (/showthread.php?tid=5306) |
ROCK64 and 16x2 LCD Screen - cybersecdef - 10-24-2017 I am new to the ROCK64 and want to put a 16x2 LCD screen on it to display statuses. Has anyone used one that they can send me a link to for purchase or have any hints on one that may work? Thanks in advance! John RE: ROCK64 and 16x2 LCD Screen - martinayotte - 10-24-2017 Any LCD such as the following should work, they are driven by I2C bus, therefore Python I2C Library or others can be used to send display information. http://www.ebay.ca/itm/LCD-1602-2x16-character-blue-white-backlight-I2C-serial-interface-Arduino-etc-/263162322444 RE: ROCK64 and 16x2 LCD Screen - cybersecdef - 10-24-2017 (10-24-2017, 11:35 AM)martinayotte Wrote: Any LCD such as the following should work, they are driven by I2C bus, therefore Python I2C Library or others can be used to send display information. Thank you I will try one out... RE: ROCK64 and 16x2 LCD Screen - mikedhoore - 10-25-2017 I was thinking about something similar but with a 4*20LCD I found this link (for raspberry) but it maybe could help you? https://www.raspberrypi-spy.co.uk/2012/08/20x4-lcd-module-control-using-python/ RE: ROCK64 and 16x2 LCD Screen - cybersecdef - 10-25-2017 (10-25-2017, 12:26 AM)mikedhoore Wrote: I was thinking about something similar but with a 4*20LCD Thank you...I will take every piece of advice/hint I can! RE: ROCK64 and 16x2 LCD Screen - www139 - 10-31-2017 (10-25-2017, 05:29 AM)cybersecdef Wrote:(10-25-2017, 12:26 AM)mikedhoore Wrote: I was thinking about something similar but with a 4*20LCD Did you complete it? Is it working? I'm trying to do the same thing but I have little experience with GPIO. RE: ROCK64 and 16x2 LCD Screen - cybersecdef - 11-01-2017 (10-31-2017, 11:05 AM)www139 Wrote:We just got it working this morning...using the I2C pins...here is the link to the code we used... http://www.circuitbasics.com/raspberry-pi-i2c-lcd-set-up-and-programming/(10-25-2017, 05:29 AM)cybersecdef Wrote:(10-25-2017, 12:26 AM)mikedhoore Wrote: I was thinking about something similar but with a 4*20LCD RE: ROCK64 and 16x2 LCD Screen - andy22584 - 02-07-2019 (11-01-2017, 11:19 AM)cybersecdef Wrote:(10-31-2017, 11:05 AM)www139 Wrote:We just got it working this morning...using the I2C pins...here is the link to the code we used... http://www.circuitbasics.com/raspberry-pi-i2c-lcd-set-up-and-programming/(10-25-2017, 05:29 AM)cybersecdef Wrote:(10-25-2017, 12:26 AM)mikedhoore Wrote: I was thinking about something similar but with a 4*20LCD Hi!! I just purchased a ROCK64 and I'd like to know this little friend. Can you provide schematics or further info about what you've done? I'm aiming to get a 20x4 screen with the I2C module (from my Arduino UNO) to show IP Address, CPU Temp, etc. Best regards from Argentina. |