[PR #64] [MERGED] Tag-side config options with binaries #3712

Closed
opened 2026-03-20 23:07:59 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/64
Author: @jjwbruijn
Created: 6/15/2023
Status: Merged
Merged: 6/15/2023
Merged by: @jjwbruijn

Base: masterHead: customLUTTest


📝 Commits (4)

  • 5196c1b 76 bytes custom OTA Lut and changes location of the init
  • e72e89d Added settings/config for tags
  • 6ecf641 moved some defaults, fixed typo
  • 5190327 optimized i2c, disabled for 4.2

📊 Changes

23 files changed (+539 additions, -212 deletions)

View changed files

binaries/AP_force_flash.bin (+0 -0)
📝 binaries/Tag_FW_1.54.bin (+0 -0)
📝 binaries/Tag_FW_2.9-uc8151.bin (+0 -0)
📝 binaries/Tag_FW_2.9.bin (+0 -0)
📝 binaries/Tag_FW_4.2.bin (+0 -0)
📝 binaries/Tag_FW_Pack.bin (+0 -0)
📝 tag_types.h (+8 -1)
📝 zbs243_Tag_FW/Makefile (+1 -1)
📝 zbs243_Tag_FW/i2cdevices.c (+2 -2)
📝 zbs243_Tag_FW/main.c (+266 -187)
zbs243_Tag_FW/main.lk (+45 -0)
📝 zbs243_Tag_FW/powermgt.c (+20 -4)
📝 zbs243_Tag_FW/powermgt.h (+2 -0)
zbs243_Tag_FW/settings.c (+95 -0)
📝 zbs243_Tag_FW/settings.h (+33 -2)
📝 zbs243_Tag_FW/syncedproto.c (+38 -1)
📝 zbs243_Tag_FW/syncedproto.h (+1 -1)
📝 zbs243_Tag_FW/userinterface.c (+2 -4)
📝 zbs243_shared/board/ssd1619.c (+22 -9)
📝 zbs243_shared/board/zbs154_ssd1619/board.h (+1 -0)

...and 3 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/64 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 6/15/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `customLUTTest` --- ### 📝 Commits (4) - [`5196c1b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/5196c1b2126f5d6ab66c182390061215a6b4efe5) 76 bytes custom OTA Lut and changes location of the init - [`e72e89d`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e72e89d85e8c2019d9a549a08ee660b49ab1049d) Added settings/config for tags - [`6ecf641`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/6ecf6410ee893eb90015b16a14a0def3b743d71e) moved some defaults, fixed typo - [`5190327`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/5190327d5ab20a2206511eb97d45a28a6d55362b) optimized i2c, disabled for 4.2 ### 📊 Changes **23 files changed** (+539 additions, -212 deletions) <details> <summary>View changed files</summary> ➕ `binaries/AP_force_flash.bin` (+0 -0) 📝 `binaries/Tag_FW_1.54.bin` (+0 -0) 📝 `binaries/Tag_FW_2.9-uc8151.bin` (+0 -0) 📝 `binaries/Tag_FW_2.9.bin` (+0 -0) 📝 `binaries/Tag_FW_4.2.bin` (+0 -0) 📝 `binaries/Tag_FW_Pack.bin` (+0 -0) 📝 `tag_types.h` (+8 -1) 📝 `zbs243_Tag_FW/Makefile` (+1 -1) 📝 `zbs243_Tag_FW/i2cdevices.c` (+2 -2) 📝 `zbs243_Tag_FW/main.c` (+266 -187) ➕ `zbs243_Tag_FW/main.lk` (+45 -0) 📝 `zbs243_Tag_FW/powermgt.c` (+20 -4) 📝 `zbs243_Tag_FW/powermgt.h` (+2 -0) ➕ `zbs243_Tag_FW/settings.c` (+95 -0) 📝 `zbs243_Tag_FW/settings.h` (+33 -2) 📝 `zbs243_Tag_FW/syncedproto.c` (+38 -1) 📝 `zbs243_Tag_FW/syncedproto.h` (+1 -1) 📝 `zbs243_Tag_FW/userinterface.c` (+2 -4) 📝 `zbs243_shared/board/ssd1619.c` (+22 -9) 📝 `zbs243_shared/board/zbs154_ssd1619/board.h` (+1 -0) _...and 3 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 23:07:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3712