Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release v0.1.4v0.1.4main | Agathe Porte | 2023-06-14 | 2 | -1/+3 |
| | |||||
* | CHANGELOG: fixed wrong initial release | Agathe Porte | 2020-07-13 | 1 | -0/+9 |
| | |||||
* | bump version to 1.0.3v0.1.3 | Agathe Porte | 2020-07-13 | 2 | -1/+3 |
| | |||||
* | introduce CHANGELOG.md | Agathe Porte | 2020-07-13 | 1 | -0/+27 |
| | |||||
* | README: fix wrong link to documentation | Agathe Porte | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | README.md: fix small typos | Agathe Porte | 2020-06-29 | 1 | -4/+4 |
| | |||||
* | Cargo.toml: update to v0.1.2v0.1.2 | Agathe Porte | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | simplify docs, upgrade readme | Agathe Porte | 2020-03-27 | 2 | -3/+24 |
| | |||||
* | README: add doc badge | Agathe Porte | 2020-03-27 | 1 | -2/+3 |
| | |||||
* | README: add badges | Agathe Porte | 2020-03-27 | 1 | -0/+3 |
| | |||||
* | Cargo.toml: bump to version 0.1.1v0.1.1 | Agathe Porte | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Cargo.toml: mention HD44780 in the description | Agathe Porte | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | populate README and include it in module-level doc | Agathe Porte | 2020-03-27 | 2 | -2/+63 |
| | |||||
* | Cargo.toml: only use "embedded" category | Agathe Porte | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | ignore all local shell scriptsv0.1.0 | Agathe Porte | 2020-03-22 | 1 | -2/+1 |
| | |||||
* | Cargo.toml: add metadata | Agathe Porte | 2020-03-22 | 1 | -0/+7 |
| | |||||
* | add readme | Agathe Porte | 2020-03-22 | 1 | -0/+3 |
| | |||||
* | Cargo.toml: update description | Agathe Porte | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | add Apache2 license | Agathe Porte | 2020-03-22 | 2 | -1/+203 |
| | |||||
* | gitignore: ignore local helper scripts | Agathe Porte | 2020-03-01 | 1 | -0/+2 |
| | |||||
* | custom_char: rename ARROW to TRIANGLE | Agathe Porte | 2020-03-01 | 3 | -10/+10 |
| | |||||
* | remove useless extern crate charlcd | Agathe Porte | 2020-02-27 | 1 | -46/+0 |
| | |||||
* | first try at documenting custom_char module | Agathe Porte | 2020-02-27 | 2 | -1/+71 |
| | |||||
* | lib: add examples to documented functions | Agathe Porte | 2020-02-27 | 1 | -14/+468 |
| | |||||
* | lib: use back Screen instead of FileScreen in examples | Agathe Porte | 2020-02-27 | 1 | -7/+5 |
| | |||||
* | special_char: add module doc | Agathe Porte | 2020-02-27 | 1 | -0/+22 |
| | |||||
* | of_node: extract variable to make the code clearer | Agathe Porte | 2020-02-27 | 1 | -1/+2 |
| | |||||
* | lib: improve doc of flash_backlight | Agathe Porte | 2020-02-27 | 1 | -1/+2 |
| | |||||
* | lib: make the doctest pass | Agathe Porte | 2020-02-27 | 1 | -11/+34 |
| | | | | | | | | Not very happy with the provided examples, because we need to use the FileScreen::default for the examples to work instead of the Screen::default that works in the examples. To be retried on nightly and maybe file up a bug report. | ||||
* | add special_char pub mod | Agathe Porte | 2020-02-23 | 3 | -0/+55 |
| | |||||
* | custom chars support | Agathe Porte | 2020-02-23 | 3 | -0/+85 |
| | |||||
* | add goto functions | Agathe Porte | 2020-02-23 | 2 | -0/+14 |
| | |||||
* | add docs | Agathe Porte | 2020-02-09 | 2 | -29/+181 |
| | |||||
* | add width and height support (hack) | Agathe Porte | 2020-02-08 | 4 | -0/+64 |
| | |||||
* | initial version | Agathe Porte | 2020-02-08 | 5 | -0/+419 |