[PR #33] [MERGED] Painter #2040

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/33
Author: @nlimper
Created: 5/16/2023
Status: Merged
Merged: 5/16/2023
Merged by: @nlimper

Base: masterHead: main


📝 Commits (1)

📊 Changes

8 files changed (+567 additions, -8 deletions)

View changed files

📝 ESP32_AP-Flasher/data/www/index.html (+1 -0)
📝 ESP32_AP-Flasher/data/www/main.css (+81 -3)
📝 ESP32_AP-Flasher/data/www/main.js (+38 -0)
ESP32_AP-Flasher/data/www/painter.js (+360 -0)
📝 ESP32_AP-Flasher/src/contentmanager.cpp (+1 -1)
📝 ESP32_AP-Flasher/src/makeimage.cpp (+24 -3)
📝 ESP32_AP-Flasher/src/web.cpp (+5 -1)
zbs243_AP_FW/packagebinaries.py (+57 -0)

📄 Description

  • new paint option for freehand drawing and quick texts
  • added gamma correction on rendering
  • option to turn dither on/off on jpg upload
  • python version for packagebinaries (same output as the php version)

🔄 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/33 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 5/16/2023 **Status:** ✅ Merged **Merged:** 5/16/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (1) - [`28f8667`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/28f8667baaa2d7ec3d7c321cd6159299903d747f) Painter ### 📊 Changes **8 files changed** (+567 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/data/www/index.html` (+1 -0) 📝 `ESP32_AP-Flasher/data/www/main.css` (+81 -3) 📝 `ESP32_AP-Flasher/data/www/main.js` (+38 -0) ➕ `ESP32_AP-Flasher/data/www/painter.js` (+360 -0) 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+1 -1) 📝 `ESP32_AP-Flasher/src/makeimage.cpp` (+24 -3) 📝 `ESP32_AP-Flasher/src/web.cpp` (+5 -1) ➕ `zbs243_AP_FW/packagebinaries.py` (+57 -0) </details> ### 📄 Description - new paint option for freehand drawing and quick texts - added gamma correction on rendering - option to turn dither on/off on jpg upload - python version for packagebinaries (same output as the php version) --- <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 20:08: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#2040