From 7855b62aaec4990bc4dec66d6dc8fd58c0732529 Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Thu, 31 Jan 2019 23:21:10 -0800 Subject: [PATCH] Remove some comments --- Adafruit_TFT8.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Adafruit_TFT8.h b/Adafruit_TFT8.h index b8be1ee..2975497 100644 --- a/Adafruit_TFT8.h +++ b/Adafruit_TFT8.h @@ -1,13 +1,3 @@ -// Wait - could do non-contiguous (or not byte-bound) data pins by using -// a 8- to 32-bit lookup table. Still requires PORT access; no digitalWrite() -// This would complexify a LOT of code though, there'd be A/B cases ALL OVER -// THE PLACE. No. Just no. Don't do it. -// What about AVR though? How does TFTLCD lib work? -// Whatever TFTLCD does, we want to maintain that here. -// UGH...TFTLCD can work ACROSS PORTS on AVR. Fuck. -// This lib will be SINGLE PORT and must be 8 CONTIGUOUS BYTE-ALIGNED bits -// Verify with Limor, but I'd really prefer those requirements. - #ifndef _ADAFRUIT_TFT8_H_ #define _ADAFRUIT_TFT8_H_