Mirco posted Aug 9 '15, 15:37:
Hi Joseph
i have use a 2x16 LCD and it's works fine with samplerox, now i have a problem to manage it, unfortunally i don't know python language and i had try to put the code for lcd inside you code but don't work .... i have use that for LCD
http://www.raspberrypi-spy.co.uk/2012/07/16x2-lcd-module-control-using-python/
please could you modify the code to print the sample used on display ? i think that is intesting sone people that follow this project
Many Thanks
regards
Mirco
Martin posted Aug 14 '15, 21:29:
Hello Mirco,
I have built a Samplerbox with a 16x2 LCD Display. I have modified the samplerbox.py script accordigly and I am using a library found at github to access the lcd display:
https://github.com/dotmat/Mathew-s-Git/blob/master/BeeSafe/i2c/i2clibraries/i2c_lcd_smbus.py
Just copy the library file in the same directory as the python script. The samplerbox.py is in the next post.
Best regards,
Martin
Martin posted Aug 14 '15, 21:31:
Mirco posted Aug 15 '15, 00:45:
Hi Martin
Thanks forma info, i have just modify the master script for my LCD and i have also add the code to manage the volume with twe new button on gpio input.
Thanks
Regards
Mirco
snilkov posted Apr 5 '16, 12:45:
Hi
I bought this screen https://www.adafruit.com/products/398 , please consult step by step how to edit code.
I tried your code (samplerbox_martin.py and i2clcd_smbus.py) and did not work . the display will does not start. When I installing from manual Adafruit so it works.