[PR #143] [MERGED] Add circle and rounded box to json template #434

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/143
Author: @B0rax
Created: 10/8/2023
Status: Merged
Merged: 10/8/2023
Merged by: @nlimper

Base: masterHead: more-graphics


📝 Commits (1)

  • 72ab806 Add circle and rounded box to json template

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 ESP32_AP-Flasher/src/contentmanager.cpp (+6 -0)

📄 Description

Add rounded box and Circle to the json capabilities.

Syntax is as follows:
Rounded Box:
{ "rbox": [x, y, width, height, corner-radius, color] }

Circle (filled):
{ "circle": [x, y, radius, color] }

This is my first PR, let me know if something is not up to standards.


🔄 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/143 **Author:** [@B0rax](https://github.com/B0rax) **Created:** 10/8/2023 **Status:** ✅ Merged **Merged:** 10/8/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `more-graphics` --- ### 📝 Commits (1) - [`72ab806`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/72ab806bab0a8f191b76b13a01d60aec37784dd9) Add circle and rounded box to json template ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+6 -0) </details> ### 📄 Description Add rounded box and Circle to the json capabilities. Syntax is as follows: Rounded Box: { "rbox": [x, y, width, height, corner-radius, color] } Circle (filled): { "circle": [x, y, radius, color] } This is my first PR, let me know if something is not up to standards. --- <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:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#434