Skip to content

vrachieru/pixel-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

Please use the gallery to browse through the items in this repository.

Format

{
    "name": "string",        // item name
    "category": "string",    // category name
    "size": "int x int",     // item size (rows x columns)
    "is_bw": boolean,        // has bw definition
    "is_rgb": boolean,       // has rgb definition
    "is_animation": boolean, // is animation (frames > 1)
    "frames": {
        "bw": [
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1],
                [0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1, 0|1]
        ],
        "rgb": [
            [
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]],
                [[r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b], [r, g, b]]
            ]
        ]
    },
    "delays": [frame1_ms, frame2_ms, ...] // time in ms to display each frame
}

License

MIT

About

LED matrix still images and animations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published