diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-01 09:30:36 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-01 09:30:36 +0100 |
commit | d14adf8438539a9cd6b6c3587040fdc132914426 (patch) | |
tree | 7b53d52ac36615c12c7747a31e2cee0581d6140e /src/lib.rs | |
parent | b27979abd3f5748539f60bbbb6a5b6c9d8a93bfc (diff) | |
download | charlcd-d14adf8438539a9cd6b6c3587040fdc132914426.tar.gz charlcd-d14adf8438539a9cd6b6c3587040fdc132914426.zip |
custom_char: rename ARROW to TRIANGLE
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ where /// screen.reinit()?; /// /// // Store the custom ▸ character in the screen memory, code 0 - /// screen.custom_char(0, custom_char::RIGHT_ARROW)?; + /// screen.custom_char(0, custom_char::RIGHT_TRIANGLE)?; /// /// // Print custom character from screen memory, code 0 /// screen.write(b"\x00")?; |