Search found 2 matches

by BenY
Wed Mar 25, 2020 9:33 pm
Forum: Pyboard D-series
Topic: TILE36 experiences
Replies: 8
Views: 5947

Re: TILE36 experiences

Hi, When using address 62 or anything not 60/61 i have problem with #, this is not shown with all dots. in any of the 4 directions, on address 62 only 2 dots are lost, other address values even show a totally different char or nothing at all. All pixels on my tiles are working. example code addr=62 ...
by BenY
Wed Mar 25, 2020 8:05 pm
Forum: Pyboard D-series
Topic: I2C Master-Slave
Replies: 6
Views: 4214

Re: I2C Master-Slave

Hi Master/slave on 1 pyboard-d, problem is the master scan() only gets an answer when the slave_i2c is in .recv() mode, not when the slave_i2c is created, but then when the .recv() is active you can not run the scan. Communication works fine when using 2 or more pyboards, tested between pybD and pyb...