From dfce5c50be65459e3a9135ce78be0dd14b0818df Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Mon, 29 May 2017 21:20:35 +0800 Subject: [PATCH] Mipi on SPI works.... but not with a big buffer. --- components/tme-esp32/mipi_lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tme-esp32/mipi_lcd.c b/components/tme-esp32/mipi_lcd.c index 3991d41..9d2c538 100644 --- a/components/tme-esp32/mipi_lcd.c +++ b/components/tme-esp32/mipi_lcd.c @@ -221,7 +221,7 @@ int findPixelVal(uint8_t *data, int x, int y) { volatile static uint8_t *currFbPtr=NULL; SemaphoreHandle_t dispSem = NULL; -#define LINESPERBUF 8 +#define LINESPERBUF 1 void IRAM_ATTR displayTask(void *arg) {