mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #143] [MERGED] Add circle and rounded box to json template #434
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/143
Author: @B0rax
Created: 10/8/2023
Status: ✅ Merged
Merged: 10/8/2023
Merged by: @nlimper
Base:
master← Head:more-graphics📝 Commits (1)
72ab806Add 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.