Mipi on SPI works.... but not with a big buffer.

This commit is contained in:
Jeroen Domburg 2017-05-29 21:20:35 +08:00
parent 61e3f1803b
commit dfce5c50be
1 changed files with 1 additions and 1 deletions

View File

@ -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) {