[PR #20] [MERGED] Uc8151 support #926

Closed
opened 2026-03-20 18:14:21 +01:00 by sascha_hemi · 0 comments
Owner

📋 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: masterHead: UC8151-support


📝 Commits (4)

  • 6748864 wip
  • 84ee29e mostly working
  • 8a15b67 moved epd.c into screen-specific file and board
  • d331c70 moved 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/20 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 3/6/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `UC8151-support` --- ### 📝 Commits (4) - [`6748864`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/6748864a703c42625b3c7c8cb913d3b734debca7) wip - [`84ee29e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/84ee29ee4d1b309e101819e304cb56b5684693eb) mostly working - [`8a15b67`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/8a15b6778acf89a4339ef2cdd03a60c611451026) moved epd.c into screen-specific file and board - [`d331c70`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d331c703f2881f5fcfb5dd6a63daab79857ff9cf) moved ssd1619 support, power needs checking ### 📊 Changes **27 files changed** (+962 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 18:14:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#926