Search found 2 matches

by dglaude
Sun Feb 03, 2019 11:43 pm
Forum: Newsletter archive
Topic: MicroPython Newsletter Issue 1
Replies: 29
Views: 316235

Re: MicroPython Newsletter Issue 1

FOSDEM stand was a good guess, and I have my PYBD. The board is really tiny, apparently half of the size of the original and the pin are double density. It is about the size of an SD card, and it is really challenging to read the pin description without a magnifier. Unfortunately, O'Reilly stand too...
by dglaude
Sat Oct 01, 2016 9:18 pm
Forum: Drivers for External Components
Topic: Blinkt! (8 RGB APA102 Pixel by Pimoroni)
Replies: 0
Views: 3198

Blinkt! (8 RGB APA102 Pixel by Pimoroni)

I have been working on porting the Blinky! library from Pimoroni: https://github.com/pimoroni/blinkt The Blinkt! is a 8 APA102 bar for the Raspberry Pi. I wanted to run most example code but on an ESP8266 running MicroPython. So I created a thin layer that offer the same API using the existing APA10...