Merge branch 'master' into eink-special-frames

This commit is contained in:
Thomas Göttgens
2024-03-11 14:10:19 +01:00
committed by GitHub
34 changed files with 450 additions and 86 deletions

View File

@@ -184,6 +184,7 @@ bool EInkDisplay::connect()
// Init GxEPD2
adafruitDisplay->init();
adafruitDisplay->setRotation(3);
adafruitDisplay->clearScreen(); // Clearing now, so the boot logo will draw nice and smoothe (fast refresh)
}
#elif defined(PCA10059)
{