Search found 2 matches

by emartti
Sun Feb 21, 2021 6:37 pm
Forum: Other Boards
Topic: I2C LCD screen with Raspberry Pi Pico
Replies: 13
Views: 12424

Re: I2C LCD screen with Raspberry Pi Pico

I got it to work in the end, seemed that I was sending bytes in the wrong format, for example if I wanted to send byte I had to write it as bytearray([byte]) . The code is here if someone is interested: https://github.com/EMartti/rasperry_pi_pico/tree/main/1602_LCD Thanks for the original files I wo...
by emartti
Fri Feb 12, 2021 10:05 pm
Forum: Other Boards
Topic: I2C LCD screen with Raspberry Pi Pico
Replies: 13
Views: 12424

Re: I2C LCD screen with Raspberry Pi Pico

Hello, could I get some help please? I'm trying to get a crowtail ic2 lcd to work on the pico, it has the MCP23008 module, so pyb_i2c_adafruit_lcd.py and pyb_i2c_adafruit_lcd_test.py should work for me right? I tried to convert it to pico friendly from pyb, and I get no errors on running it, but the...