firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 237 B View raw
1#!/bin/sh 2 3rm -rf out 4mkdir out 5export EEPY_LAUNCHER_BUILD_DATE=$(date -Iseconds) 6cargo build --release 7elf2epb -i ../target/thumbv6m-none-eabi/release/eepy-launcher -o out/eepy-launcher.s00.epb 8truncate -s 128K out/eepy-launcher.s00.epb