mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #20] [MERGED] Uc8151 support #2584
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/20
Author: @jjwbruijn
Created: 3/6/2023
Status: ✅ Merged
Merged: 3/6/2023
Merged by: @jjwbruijn
Base:
master← Head:UC8151-support📝 Commits (4)
6748864wip84ee29emostly working8a15b67moved epd.c into screen-specific file and boardd331c70moved ssd1619 support, power needs checking📊 Changes
27 files changed (+962 additions, -20 deletions)
View changed files
📝
tag_fw/Makefile(+2 -2)📝
tag_fw/board/ssd1619.c(+3 -4)📝
tag_fw/board/ssd1619.h(+5 -6)➕
tag_fw/board/uc8151.c(+787 -0)➕
tag_fw/board/uc8151.h(+74 -0)➕
tag_fw/board/zbs154v033/screen.c(+1 -0)📝
tag_fw/board/zbs154v033/screen.h(+2 -1)➕
tag_fw/board/zbs29_uc8151/board.c(+1 -0)➕
tag_fw/board/zbs29_uc8151/board.h(+28 -0)➕
tag_fw/board/zbs29_uc8151/make.mk(+7 -0)➕
tag_fw/board/zbs29_uc8151/screen.c(+1 -0)➕
tag_fw/board/zbs29_uc8151/screen.h(+25 -0)➕
tag_fw/board/zbs29v033/screen.c(+1 -0)📝
tag_fw/board/zbs29v033/screen.h(+3 -1)➕
tag_fw/board/zbs42v033/screen.c(+1 -0)📝
tag_fw/board/zbs42v033/screen.h(+3 -1)📝
tag_fw/buildfw.sh(+7 -0)📝
tag_fw/cpu/8051/printf.c(+1 -1)📝
tag_fw/drawing.c(+1 -1)📝
tag_fw/fw154.bin(+0 -0)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.