mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #173] [MERGED] Screen rotation in json #2100
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/173
Author: @VstudioLAB
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/29/2023
Merged by: @nlimper
Base:
master← Head:screen-rotation-in-json📝 Commits (8)
abb0dd9preparation of the rotation elementa58c1b7Update .gitignore3b1db2cmore work on it...1007cd6more modifdd85bbe3rotation now works, need optimisation and cleanning4a88377Merge branch 'screen-rotation-in-json' of https://github.com/VstudioLAB/OpenEPaperLink into screen-rotation-in-json42f5b57Cleaned code and tested on 7.4" screen9a44bf9Merge branch 'jjwbruijn:master' into screen-rotation-in-json📊 Changes
3 files changed (+51 additions, -5 deletions)
View changed files
📝
.gitignore(+1 -0)📝
ESP32_AP-Flasher/include/contentmanager.h(+2 -1)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+48 -4)📄 Description
Added the rotate element, to rotate screen buffer, allowing to draw text and forms on any orientation of the screen.
The rotate element does not rotate other elements, but rotate the whole buffer, and can be used several times
The rotate keyword can take the value 0 for default orintation, 1 for 90° , 2 for 180° and 3 for 270°
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.