diff --git a/README.md b/README.md index 3b9aaf7..223b428 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ self-increment direction of the internal pointer, so `VERTICAL` modes are not af Shift operation needs to be different for both `HORIZONTAL_REVERSE` and `VERTICAL_REVERSE` directions. ![A figure explaining the layout of the panel](assets/panel_organization.png) +![A figure explaining pixel organization](assets/pixel_organization.png) diff --git a/assets/pixel_organization.png b/assets/pixel_organization.png new file mode 100644 index 0000000..3f34b7c Binary files /dev/null and b/assets/pixel_organization.png differ