LEDarcade icon indicating copy to clipboard operation
LEDarcade copied to clipboard

A collection of classes and functions to display animations on an LED matrix

Results 7 LEDarcade issues
Sort by recently updated
recently updated
newest added

I have a RPI ZW2 with a 64x32 screen. It is running MLB, NHL, NBA and a couple other boards without any problems. I performed "git clone https://github.com/datagod/LEDarcade" Next I...

ClockConfig.ini is not written. And if you create one yourself you cannot get the format right.

When i go beyond 64x64 i lose the playing canvas. ![WhatsApp_Image_2022-04-14_at_7 30 51_PM](https://user-images.githubusercontent.com/98271783/163445180-d55b6c72-d7cc-421f-9910-8d722ec3456b.jpeg)

![WhatsApp Image 2022-04-14 at 7 25 54 PM](https://user-images.githubusercontent.com/98271783/163441697-f09b9f16-01b0-403c-9f66-4ee73040ffd0.jpeg)

``` Traceback (most recent call last): │ 9 options.rows = HatHeight File "Outbreak.py", line 3304, in │ 10 options.cols = HatWidth LaunchOutbreak(100000) │ 11 options.brightness = 100 File "Outbreak.py", line...

![WhatsApp Image 2022-04-14 at 7 18 56 PM](https://user-images.githubusercontent.com/98271783/163440981-cc61e1b3-e47c-4207-854b-02e3adb38222.jpeg) PacMan sprite is stuck in the lower right corner. Clock is dropping the bombs.

``` GroundRGB: (0, 24, 0) │ Traceback (most recent call last): │ File "arcade.py", line 101, in │ LaunchArcade(5) │ File "arcade.py", line 73, in LaunchArcade │ DE.LaunchDefender(GameMaxMinutes) │ File...