From 0f22d124f6307460d538a156ef47ff64f0f85fb6 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 22 Mar 2018 22:33:01 +0000 Subject: [PATCH] Add note rthat Read ID sketch does not work with parallel displays --- examples/320 x 240/Read_ID_bitbash/Read_ID_bitbash.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/320 x 240/Read_ID_bitbash/Read_ID_bitbash.ino b/examples/320 x 240/Read_ID_bitbash/Read_ID_bitbash.ino index 222904b..599d354 100644 --- a/examples/320 x 240/Read_ID_bitbash/Read_ID_bitbash.ino +++ b/examples/320 x 240/Read_ID_bitbash/Read_ID_bitbash.ino @@ -4,6 +4,8 @@ // Bit bashes SPI so it does NOT assume hardware SPI wired up // No other libraries are needed +// NOTE: This sketch does not work with parallel displays! + // Original author unknown // Adapted by Bodmer 22/5/16, updated 16/9/16