diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca1f464 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +![demo gif](docs/demo.gif) + +This is a hat for the 40pin GPIO headered Raspberry PIs that exposes the RGB LCD interface +in such a way to make it usable with a (albait very specific) lcd screen with touch screen. + +Touch screen support is implemented with the AR1100 over a USB cable, which must be plugged to the RPI seperatly. + +For the Backlight a small constant LED driver is on board as well, which can be dimmed by +using a the hardware PWM1 with GPIO19. + + diff --git a/docs/demo.gif b/docs/demo.gif new file mode 100644 index 0000000..43dc0cc Binary files /dev/null and b/docs/demo.gif differ