[PR #6] [MERGED] Webpage redesign + tag database + content generation #3676

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/6
Author: @nlimper
Created: 2/1/2023
Status: Merged
Merged: 2/1/2023
Merged by: @jjwbruijn

Base: masterHead: development


📝 Commits (10+)

📊 Changes

34 files changed (+1780 additions, -392 deletions)

View changed files

📝 esp32_fw/.vscode/settings.json (+53 -1)
esp32_fw/data/bmp24bpp-h.bmp (+0 -0)
esp32_fw/data/bmp24bpp-v.bmp (+0 -0)
esp32_fw/data/calibrib50.vlw (+0 -0)
esp32_fw/data/calibrib62.vlw (+0 -0)
📝 esp32_fw/data/index.html (+94 -57)
esp32_fw/data/jpeg-h.jpg (+0 -0)
esp32_fw/data/jpeg-v.jpg (+0 -0)
esp32_fw/data/jquery.js (+0 -6)
esp32_fw/data/kat-bw29.jpg (+0 -0)
📝 esp32_fw/data/main.css (+162 -96)
📝 esp32_fw/data/main.js (+263 -13)
esp32_fw/data/numbers1-1.vlw (+0 -0)
esp32_fw/data/numbers1-2.vlw (+0 -0)
esp32_fw/data/numbers2-1.vlw (+0 -0)
esp32_fw/data/numbers2-2.vlw (+0 -0)
esp32_fw/data/numbers3-1.vlw (+0 -0)
esp32_fw/data/numbers3-2.vlw (+0 -0)
📝 esp32_fw/include/commstructs.h (+3 -1)
esp32_fw/include/contentmanager.h (+15 -0)

...and 14 more files

📄 Description

whatch out, changed \esp32_fw\include\settings.h and platformio.ini. I don't know how I can leave them out.


🔄 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/6 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 2/1/2023 **Status:** ✅ Merged **Merged:** 2/1/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (10+) - [`8b4a0a9`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/8b4a0a9892a84a76aeeac26617388e1d3883e267) added button - [`92acb74`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/92acb744fa5b34aca9abc810551b8e4144208136) bugfix on added button - [`f07240e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/f07240e3c3056bc4eca398853eeb953097d2d7fb) small fixes - [`62fc616`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/62fc61652e51dd231148a5babb1d81afa39cbe9f) button fixes - [`4f1dbc1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/4f1dbc1fa56e54f46959094e8f9b8661997d4e2d) local config changes - [`1d24b56`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/1d24b563d76caccd2c49925a129acd7e2498f1f5) added image handling - [`2fbb77b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2fbb77bc341b944aefe6b42ede1817f4ae881c0d) jpeg2bmp, bmp2grays, refactor website - [`e4a106e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e4a106ee2346ab7e212ea2d2362288377f0d9f11) tag database, web interface. - [`a0f7c84`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a0f7c84d30c684db6d9decc2ae990162eff76df5) big webpage overhaul - [`54d6c70`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/54d6c702498885b174a0deb922eecf34904a448e) bugfix ### 📊 Changes **34 files changed** (+1780 additions, -392 deletions) <details> <summary>View changed files</summary> 📝 `esp32_fw/.vscode/settings.json` (+53 -1) ➕ `esp32_fw/data/bmp24bpp-h.bmp` (+0 -0) ➕ `esp32_fw/data/bmp24bpp-v.bmp` (+0 -0) ➕ `esp32_fw/data/calibrib50.vlw` (+0 -0) ➕ `esp32_fw/data/calibrib62.vlw` (+0 -0) 📝 `esp32_fw/data/index.html` (+94 -57) ➕ `esp32_fw/data/jpeg-h.jpg` (+0 -0) ➕ `esp32_fw/data/jpeg-v.jpg` (+0 -0) ➖ `esp32_fw/data/jquery.js` (+0 -6) ➕ `esp32_fw/data/kat-bw29.jpg` (+0 -0) 📝 `esp32_fw/data/main.css` (+162 -96) 📝 `esp32_fw/data/main.js` (+263 -13) ➕ `esp32_fw/data/numbers1-1.vlw` (+0 -0) ➕ `esp32_fw/data/numbers1-2.vlw` (+0 -0) ➕ `esp32_fw/data/numbers2-1.vlw` (+0 -0) ➕ `esp32_fw/data/numbers2-2.vlw` (+0 -0) ➕ `esp32_fw/data/numbers3-1.vlw` (+0 -0) ➕ `esp32_fw/data/numbers3-2.vlw` (+0 -0) 📝 `esp32_fw/include/commstructs.h` (+3 -1) ➕ `esp32_fw/include/contentmanager.h` (+15 -0) _...and 14 more files_ </details> ### 📄 Description whatch out, changed \esp32_fw\include\settings.h and platformio.ini. I don't know how I can leave them out. --- <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:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3676