Update Inkplate_demo.ino

This commit is contained in:
David Zovko 2020-05-19 10:02:04 +02:00 committed by GitHub
parent 53f11bb8b4
commit e16155362a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
//Tools->Board->ESP32 WROVER Module
//Tools->Partition Scheme->Huge APP (3MB No OTA/1MB SPIFFS)
//Otherwise this example won't compile or won't work properly!
//
// WARNING!!
// Please do not refresh the screen too often at this moment. Library is still in development.
// Do not refresh more often than every 10 seconds.
// If you need to refesh faster, please use partial update.
//
//--------------------------------------------------------------------------------------
#include "Inkplate.h"