[PR #388] [MERGED] change endianness lilygo t-panel in Arduino_ESP32RGBPanel to get rid of looping over all pixels #3277

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/388
Author: @mhwlng
Created: 11/3/2024
Status: Merged
Merged: 11/3/2024
Merged by: @nlimper

Base: masterHead: master


📝 Commits (2)

  • 7c8248c change Arduino_ESP32RGBPanel to use bigendian
  • dad2f56 removed gfx->setTextColor(....) because of different endianness, color defintions (except black/white) are now wrong.

📊 Changes

2 files changed (+4 additions, -41 deletions)

View changed files

📝 ESP32_AP-Flasher/src/ips_display.cpp (+3 -30)
📝 ESP32_AP-Flasher/src/makeimage.cpp (+1 -11)

📄 Description

No description provided


🔄 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/388 **Author:** [@mhwlng](https://github.com/mhwlng) **Created:** 11/3/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7c8248c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7c8248cbaf143febd921012a43954f97395d1f02) change Arduino_ESP32RGBPanel to use bigendian - [`dad2f56`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/dad2f56e9b4c4492fe92f99be16bf9562a804690) removed gfx->setTextColor(....) because of different endianness, color defintions (except black/white) are now wrong. ### 📊 Changes **2 files changed** (+4 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/src/ips_display.cpp` (+3 -30) 📝 `ESP32_AP-Flasher/src/makeimage.cpp` (+1 -11) </details> ### 📄 Description _No description provided_ --- <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 22:08:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3277