diff --git a/Documentation/pycardium/display.rst b/Documentation/pycardium/display.rst
index 2fdbaf1ce26ebf659c6d1b284e71674c3da191c6..ab2ee8aed618200acbc059b7b3ab5de1a8d1d143 100644
--- a/Documentation/pycardium/display.rst
+++ b/Documentation/pycardium/display.rst
@@ -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.