micropython-drivers icon indicating copy to clipboard operation
micropython-drivers copied to clipboard

This repository contains drivers for the Micropython board

Results 3 micropython-drivers issues
Sort by recently updated
recently updated
newest added

Hello, how do I install **pyb**? I get this error >>> import upip >>> upip.install('pyb') Installing to: /lib/ Warning: pypi.python.org SSL certificate is not validated Error installing 'pyb': , packages...

Hi Kenneth According to these images: http://micropython.org/resources/pybv10-pinout.jpg http://micropython.org/resources/pybv11-pinout.jpg the pin for I2C(1) scl is X9 and the pin for I2C(1) sda is X10. When I ran your code on a...

Hi, I've ported support of drawing text from py-gaugette, usage: ``` python display.draw_text(10, 10, 'Test text!') display.display() ```