Skip to content
Snippets Groups Projects
Commit b315f5e2 authored by Philip Stewart's avatar Philip Stewart
Browse files

Fix ascii art

parent 30c5e77e
Branches
Tags
1 merge request!332Ofscreen lines
......@@ -4,14 +4,16 @@
The display module let's you draw on the card10's display.
Pixels are addressed from top left to bottom right with a range of x: 0 to 159 and y: 0 to 79.
0,0
+---------------------+
| |
| |
| |
| |
+---------------------+
159,79
.. code-block:: text
0,0
+---------------------+
| |
| |
| |
| |
+---------------------+
159,79
Drawing operations are clipped, pixels outside of the screen will be ignored.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment