Search found 3 matches

by MicroNewbie
Tue Nov 11, 2014 10:04 pm
Forum: General Discussion and Questions
Topic: LCD + AMP skins incompatibility?
Replies: 4
Views: 5112

Re: LCD + AMP skins incompatibility?

Hi, Today I updated the firmware to the build created today (pybv10-2014-11-11-v1.3.6-12-gb98c162.dfu). Now, instead of raising an error in the python shell, the board itself registers an error (the 4 onboard LEDs cycle on and off slowly) and I have to reset it. But also, I tried my skins on a frien...
by MicroNewbie
Mon Nov 10, 2014 10:59 pm
Forum: General Discussion and Questions
Topic: LCD + AMP skins incompatibility?
Replies: 4
Views: 5112

Re: LCD + AMP skins incompatibility?

Hi again, Thank you very much for the responses. I'm currently abroad due to work, but I will try both the provided code fix and the firmware update when I get back home. The connections between the skins and the board looked correctly (the pins match OK, but I don't trust my soldering skills at all...
by MicroNewbie
Sat Nov 08, 2014 11:06 pm
Forum: General Discussion and Questions
Topic: LCD + AMP skins incompatibility?
Replies: 4
Views: 5112

LCD + AMP skins incompatibility?

Hi, I would appreciate it if somebody tried this code having both the LCD(+ touch interface) and the AMP skins mounted on his/her board: import pyb # starting the LCD lcd = pyb.LCD('Y') # defining a function to set the AMP volume def setvolume(value): pyb.I2C(1, pyb.I2C.MASTER).mem_write(value, 46, ...