summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* simplify docs, upgrade readmeAgathe Porte2020-03-271-2/+1
|
* populate README and include it in module-level docAgathe Porte2020-03-271-0/+3
|
* custom_char: rename ARROW to TRIANGLEAgathe Porte2020-03-012-6/+6
|
* remove useless extern crate charlcdAgathe Porte2020-02-271-46/+0
|
* first try at documenting custom_char moduleAgathe Porte2020-02-272-1/+71
|
* lib: add examples to documented functionsAgathe Porte2020-02-271-14/+468
|
* lib: use back Screen instead of FileScreen in examplesAgathe Porte2020-02-271-7/+5
|
* special_char: add module docAgathe Porte2020-02-271-0/+22
|
* of_node: extract variable to make the code clearerAgathe Porte2020-02-271-1/+2
|
* lib: improve doc of flash_backlightAgathe Porte2020-02-271-1/+2
|
* lib: make the doctest passAgathe Porte2020-02-271-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 modAgathe Porte2020-02-232-0/+20
|
* custom chars supportAgathe Porte2020-02-232-0/+62
|
* add goto functionsAgathe Porte2020-02-232-0/+14
|
* add docsAgathe Porte2020-02-091-29/+178
|
* add width and height support (hack)Agathe Porte2020-02-082-0/+51
|
* initial versionAgathe Porte2020-02-082-0/+358