[PR #14] [MERGED] new content and improvements #366

Closed
opened 2026-03-20 17:29:27 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/14
Author: @nlimper
Created: 2/15/2023
Status: Merged
Merged: 2/15/2023
Merged by: @nlimper

Base: masterHead: development


📝 Commits (4)

  • 4ab924b weather forecast
  • 577b2e5 added rss feed to content
  • 113811e Merge branch 'master' into development
  • e94ea87 luts, timing, wakeup reason, dither fix

📊 Changes

14 files changed (+285 additions, -58 deletions)

View changed files

esp32_fw/data/fonts/GillSC16.vlw (+0 -0)
esp32_fw/data/fonts/GillSC20.vlw (+0 -0)
esp32_fw/data/fonts/weathericons50.vlw (+0 -0)
esp32_fw/data/fonts/weathericons70.vlw (+0 -0)
📝 esp32_fw/data/www/index.html (+2 -0)
📝 esp32_fw/data/www/main.js (+32 -1)
📝 esp32_fw/include/commstructs.h (+11 -4)
📝 esp32_fw/include/contentmanager.h (+11 -0)
📝 esp32_fw/include/tag_db.h (+3 -3)
📝 esp32_fw/platformio.ini (+2 -0)
📝 esp32_fw/src/contentmanager.cpp (+193 -26)
📝 esp32_fw/src/makeimage.cpp (+11 -3)
📝 esp32_fw/src/newproto.cpp (+20 -20)
📝 esp32_fw/src/web.cpp (+0 -1)

📄 Description

  • 5 day weather forecast (only 2.9")
  • rss feed reader (only 2.9")
  • faster LUTs (a full update happens only once a day)
  • improved timing
  • changed dithering to pattern instead of random

🔄 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/14 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (4) - [`4ab924b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/4ab924b41f18bbe59da00f6185a3f19454533f43) weather forecast - [`577b2e5`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/577b2e541a5cfcef4551fc69a15213b0614a9890) added rss feed to content - [`113811e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/113811ef331bf9149b10040cf04e57345741c226) Merge branch 'master' into development - [`e94ea87`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e94ea870051899dd78510f54ec7c4ddb3a30101a) luts, timing, wakeup reason, dither fix ### 📊 Changes **14 files changed** (+285 additions, -58 deletions) <details> <summary>View changed files</summary> ➕ `esp32_fw/data/fonts/GillSC16.vlw` (+0 -0) ➕ `esp32_fw/data/fonts/GillSC20.vlw` (+0 -0) ➖ `esp32_fw/data/fonts/weathericons50.vlw` (+0 -0) ➕ `esp32_fw/data/fonts/weathericons70.vlw` (+0 -0) 📝 `esp32_fw/data/www/index.html` (+2 -0) 📝 `esp32_fw/data/www/main.js` (+32 -1) 📝 `esp32_fw/include/commstructs.h` (+11 -4) 📝 `esp32_fw/include/contentmanager.h` (+11 -0) 📝 `esp32_fw/include/tag_db.h` (+3 -3) 📝 `esp32_fw/platformio.ini` (+2 -0) 📝 `esp32_fw/src/contentmanager.cpp` (+193 -26) 📝 `esp32_fw/src/makeimage.cpp` (+11 -3) 📝 `esp32_fw/src/newproto.cpp` (+20 -20) 📝 `esp32_fw/src/web.cpp` (+0 -1) </details> ### 📄 Description - 5 day weather forecast (only 2.9") - rss feed reader (only 2.9") - faster LUTs (a full update happens only once a day) - improved timing - changed dithering to pattern instead of random --- <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 17:29:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#366