この記事は、IC付きのLEDが数珠つなぎになったNeoPixelを加工して、棒グラフ掲示板としたものを、ラズベリーパイに配線して使える様にするまでを記しています。 棒グラフ掲示板の作成は以下の記事をご覧ください。 今回の記事では、以下のサイトが ...
import board from FrameBuffer import FrameBuffer PIXEL_GP = board.GP28 PIXEL_WIDTH = 32 PIXEL_HEIGHT = 8 fb = FrameBuffer(PIXEL_WIDTH, PIXEL_HEIGHT, PIXEL_GP, bpp=3, alternating=True) fb.show() Adjust ...
Ogaki Mini Maker Faire 2024を家族と一緒に見に行ったとき、自作の小型ボードを頒布なさっている方がいた。私は頂くことができなかったが、丁寧に説明をしてもらえた。 CircuitPythonなるものがあって、お子様の勉強にも良いと思いますよとのこと。 少し時間が ...
I wished someone a happy birthday just before I began this assignment! The idea was to see if one pixel can convey that wish and emotion. The animation begins with a sharp yellow white spark as if a ...
This week Adafuit has announced the availability of a new version of its awesome CircuitPython programming language designed specifically for microcontrollers. Making available a relatively stable ...
The Adafruit team have this week announced the release of the CircuitPython 5.0.0 beta.0. Beta, offering a largely feature-complete release of the latest CircuitPython platform, although it is still ...