RPi_8x8GridDraw icon indicating copy to clipboard operation
RPi_8x8GridDraw copied to clipboard

A Python Pygame application for creating 8x8 images to load onto the Astro-Pi LED matrix

Results 5 RPi_8x8GridDraw issues
Sort by recently updated
recently updated
newest added

Could you make the window 400 x 800 so it fits onto a raspberry pi touch screen

enhancement

I tried to add a new frame, this created a plane black frame - fine, however what it also did was turn my original frame plain black as well.

Two changes Original worked with physical SenseHat, but would not work with the Emulator or if no SenseHat is present. Modified to create version that works with sense_emu as fall...

Added a check for the SenseHat module and sets a flag. The flag is then used to ignore calls to the SenseHat module and allows the code to run without...

**Full Console output (copy-pasted, there may be formatting errors):** pi@raspberrypi:~ $ sudo apt-get install sense-hat Reading package lists... Done Building dependency tree... Done Reading state information... Done sense-hat is already...