From cdcbcd0ef5634a35c59f4de86d3ab6003dd429a3 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Tue, 7 Jun 2016 18:42:26 +0100 Subject: [PATCH] spelling --- MCUFRIEND_kbv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 3fcce87..c860e78 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -309,7 +309,7 @@ void MCUFRIEND_kbv::setRotation(uint8_t r) goto common_MC; } else if (is8347) { _MC = 0x02, _MP = 0x06, _MW = 0x22, _SC = 0x02, _EC = 0x04, _SP = 0x06, _EP = 0x08; - if (_ld_ID == 0x5252) { + if (_lcd_ID == 0x5252) { val |= 0x02; //VERT_SCROLLON if (val & 0x10) val |= 0x04; //if (ML) SS=1 kludge mirror in XXX_REV modes }