From c99a78a994298afa0c128e342f590ea0b9346bbd Mon Sep 17 00:00:00 2001 From: max mc costa Date: Tue, 3 Mar 2015 22:50:11 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94f5ef1..8aec427 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ http://www.elecrow.com/144-128x-128-tft-lcd-with-spi-interface-p-855.html #define __OFFSET 32//this is the offset of my display, 160 - 128 = 32 You can write your own one by adding it in the .h file but let me know so I can add for other users. + The OFFSET have sense if the chinese vendor decided to align TFT at bottom lines of the controller. + This is nonsense since it will force you to use all the off-screen area as well (visible only when you use + scrolling). Code Optimizations: