Skip to content

v2.1.1 - White Screen Fix

Choose a tag to compare

@JesseCHale JesseCHale released this 25 Jan 21:08
· 14 commits to main since this release

What's Fixed

  • Added missing User_Setup.h for TFT_eSPI library configuration
  • WHITE SCREEN after flashing is now resolved

Important

Before compiling from source, copy User_Setup.h to your TFT_eSPI library:

macOS/Linux:

cp User_Setup.h ~/Documents/Arduino/libraries/TFT_eSPI/User_Setup.h

Windows:

copy User_Setup.h %USERPROFILE%\Documents\Arduino\libraries\TFT_eSPI\User_Setup.h

Sorry about the mixup - I missed including this file!