Metadata-Version: 2.4
Name: ledlang
Version: 0.3.1.dev20250825232440
Summary: A language for controlling LED animations. Other device must support PLOT and CLEAR calls.
Author: ElliNet13
License: MIT
Project-URL: Homepage, https://github.com/ElliNet13/ledlang
Project-URL: Helper, https://ellinet13.github.io/to-the-serial/
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# LEDLang
[![Publish to PyPI](https://github.com/ElliNet13/ledlang/actions/workflows/deploy.yml/badge.svg)](https://github.com/ElliNet13/ledlang/actions/workflows/deploy.yml)
![PyPI - Version](https://img.shields.io/pypi/v/ledlang)
![GitHub License](https://img.shields.io/github/license/ElliNet13/ledlang)
[![Run Pytest](https://github.com/ElliNet13/ledlang/actions/workflows/pytest.yml/badge.svg)](https://github.com/ElliNet13/ledlang/actions/workflows/pytest.yml)

<br>
LED Programming Language, mostly for controlling a Micro:bit but others can be used.

[to-the-serial Micro:bit Makecode Helper](https://ellinet13.github.io/to-the-serial/)

| Command  | What they do                    |
|----------|---------------------------------|
| P (PLOT) | Turn on a pixel on the screen   |
| C (CLEAR)| Clear the screen                |

# Problems
| Item     | Problem                                                                                        |
|----------|------------------------------------------------------------------------------------------------|
| TEXT     | Only works if the height of your display is 5, you can get around this bug by using REALSIZE   |

# Notes
| Item         | Problem                                     |
|--------------|---------------------------------------------|

# TODO
| What I need to do                                            |
|--------------------------------------------------------------|

[Github repo](https://github.com/ElliNet13/ledlang)<br>
Test Status for this: [![Test Status Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2FElliNet13%2Fledlang%2Factions%2Fjobs%2F48863022312&query=status&logo=github&label=Test%20Status)](https://github.com/ElliNet13/ledlang/actions/runs/17223297874/job/48863022312)<br>
[View this deploy]((https://github.com/ElliNet13/ledlang/actions/runs/17223297879/job/48863022409))
