Close

Fun with Pixel Dust

A project log for ИГГ1-64x64M Adventure

Driving and use the ИГГ1-64x64M. High voltage vacuum dot-matrix display made in Ukraine in the 80's by Gazotron

muthMuth 03/24/2018 at 11:100 Comments

I was quite amazed by the code demonstrated on a 64x64 led matrix by Adafruit : https://www.adafruit.com/product/3649 . So why not trying this on the IGG1 display?

I have a MPU-9250 IMU and a raspberry-pi zero. However I need to adapt the code for this accelerometer, and send the data to the screen with the serial port. I'm more comfortable with Java than C or python, then I translate the code from https://github.com/adafruit/Adafruit_PixelDust in Java. 

The code is on the same project github : https://github.com/pierre-muth/IGG_-64x64M/tree/master/java/src/pixeldust

Discussions