This repository contains the source code that lets you tailor your TRMNL. This works by creating a brand binary on your browser and updating the brand binary on the device directly without downloading / installing / modifying the firmware source code.
You can make customizations to the following brand attributes
- API Base URL (coming soon)
- Logo
- Loading Icon
- Clone this repository
git submodule initgit submodule update- Install emscripten eg:
brew install emscripten - Compile and create a wasm file
bash build.sh - open
index.htmlon your browser.