mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #404] [MERGED] Added G5 encoding #3279
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/404
Author: @jjwbruijn
Created: 12/1/2024
Status: ✅ Merged
Merged: 12/8/2024
Merged by: @jjwbruijn
Base:
master← Head:G5-compress📝 Commits (10+)
78e0977Added G5 encoding573ba8cAdded fallback, updated types691b64dfixed the lut argument for g5-compressed images9d4e31bAdded G5 to M2 (zbs243) tag typesd84a5f6Added G5 for Opticonae87ac1added javascript g5 decoder for previewsa485111added header to g5 compressed buffer2e38e9fadded g5 preview to file editor1de47b1bump tagtype version numbers8857ecbDATATYPE_IMG_G5📊 Changes
27 files changed (+1427 additions, -57 deletions)
View changed files
📝
ESP32_AP-Flasher/include/makeimage.h(+1 -0)📝
ESP32_AP-Flasher/include/tag_db.h(+1 -0)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+33 -18)➕
ESP32_AP-Flasher/src/g5/Group5.h(+203 -0)➕
ESP32_AP-Flasher/src/g5/g5dec.inl(+338 -0)➕
ESP32_AP-Flasher/src/g5/g5enc.inl(+305 -0)📝
ESP32_AP-Flasher/src/makeimage.cpp(+107 -18)📝
ESP32_AP-Flasher/src/newproto.cpp(+3 -2)📝
ESP32_AP-Flasher/src/tag_db.cpp(+8 -2)📝
ESP32_AP-Flasher/wwwroot/edit.html(+11 -1)➕
ESP32_AP-Flasher/wwwroot/g5decoder.js(+377 -0)📝
ESP32_AP-Flasher/wwwroot/index.html(+1 -0)📝
ESP32_AP-Flasher/wwwroot/main.js(+12 -1)📝
oepl-definitions.h(+1 -2)📝
resources/tagtypes/00.json(+2 -1)📝
resources/tagtypes/01.json(+2 -1)📝
resources/tagtypes/02.json(+2 -1)📝
resources/tagtypes/03.json(+2 -1)📝
resources/tagtypes/04.json(+2 -1)📝
resources/tagtypes/06.json(+2 -1)...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.