[PR #125] [MERGED] Add multiple 2.2" M3 tag files #976

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/125
Author: @jonasniesner
Created: 9/3/2023
Status: Merged
Merged: 9/3/2023
Merged by: @jonasniesner

Base: masterHead: master


📝 Commits (6)

  • 8f9a9e4 Merge pull request #6 from jjwbruijn/master
  • c23c304 2.2" M3 config added
  • 2766517 Merge branch 'master' of github.com:jonasniesner/OpenEPaperLink
  • a1d06a2 Merge branch 'jjwbruijn:master' into master
  • 9cfadf1 Add M3 2.2" to release scripts
  • 0226f01 Add 2.2" tag type

📊 Changes

11 files changed (+250 additions, -6 deletions)

View changed files

📝 .github/workflows/release.yml (+2 -0)
ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_22_BWR.h (+35 -0)
📝 ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_29_BWR.h (+2 -1)
📝 ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_75_BWR.h (+2 -0)
📝 ARM_Tag_FW/Newton_M3_nRF52811/include/hal.h (+4 -0)
📝 ARM_Tag_FW/Newton_M3_nRF52811/platformio.ini (+7 -0)
📝 ARM_Tag_FW/Newton_M3_nRF52811/src/ssd1619.cpp (+8 -3)
📝 ARM_Tag_FW/Newton_M3_nRF52811/src/userinterface.cpp (+124 -0)
ESP32_AP-Flasher/data/tagtypes/31.json (+64 -0)
📝 Tag_Flasher/ESP32_Flasher/src/flasher.cpp (+1 -1)
📝 Tag_Flasher/ESP32_Flasher/src/usbflasher.cpp (+1 -1)

📄 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/125 **Author:** [@jonasniesner](https://github.com/jonasniesner) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/3/2023 **Merged by:** [@jonasniesner](https://github.com/jonasniesner) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`8f9a9e4`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/8f9a9e44c261092e142097e34f5ac16a3128ce17) Merge pull request #6 from jjwbruijn/master - [`c23c304`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/c23c3049bfaa8b227e528eeaec2b68caf4d82347) 2.2" M3 config added - [`2766517`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/27665174b7101611f0ec347d63dd767348f5a397) Merge branch 'master' of github.com:jonasniesner/OpenEPaperLink - [`a1d06a2`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a1d06a2d34486dfe73631043cca5b57b0776cdfb) Merge branch 'jjwbruijn:master' into master - [`9cfadf1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/9cfadf1670a45692196b4e9f49986861e15268bd) Add M3 2.2" to release scripts - [`0226f01`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0226f01ddbf2b8c3532f9e4f2614ffb9fc78c82f) Add 2.2" tag type ### 📊 Changes **11 files changed** (+250 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+2 -0) ➕ `ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_22_BWR.h` (+35 -0) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_29_BWR.h` (+2 -1) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/hal/Newton_M3_nRF52811/Newton_M3_nRF52811_75_BWR.h` (+2 -0) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/include/hal.h` (+4 -0) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/platformio.ini` (+7 -0) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/src/ssd1619.cpp` (+8 -3) 📝 `ARM_Tag_FW/Newton_M3_nRF52811/src/userinterface.cpp` (+124 -0) ➕ `ESP32_AP-Flasher/data/tagtypes/31.json` (+64 -0) 📝 `Tag_Flasher/ESP32_Flasher/src/flasher.cpp` (+1 -1) 📝 `Tag_Flasher/ESP32_Flasher/src/usbflasher.cpp` (+1 -1) </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:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#976