Add: drawer, status bar, beta mt12864a support

This commit is contained in:
Andrey Egorov
2024-08-21 19:07:29 +03:00
parent ae312a0457
commit 26edd24fef
9 changed files with 608 additions and 70 deletions

View File

@ -1,3 +1,5 @@
default: build
export GOOS=linux
export GOARCH=arm
export GOARM=6
@ -5,3 +7,12 @@ export CGO_ENABLED=0
build:
@go build -o out/out main.go
export GO111MODULE=on
export GOPRIVATE=gitea.unprism.ru/KRBL/*
get:
go get .
update:
go get -u