mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #22] [MERGED] Raw buffer #2585
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/22
Author: @nlimper
Created: 3/16/2023
Status: ✅ Merged
Merged: 3/17/2023
Merged by: @jjwbruijn
Base:
master← Head:raw-buffer📝 Commits (3)
ea7a76braw buffer3a80c3fMerge branch 'master' into raw-bufferef09cf4dithering/raw previews/css📊 Changes
11 files changed (+374 additions, -210 deletions)
View changed files
📝
esp32_fw/data/www/index.html(+1 -1)📝
esp32_fw/data/www/main.css(+58 -4)📝
esp32_fw/data/www/main.js(+43 -20)📝
esp32_fw/include/commstructs.h(+6 -3)📝
esp32_fw/include/makeimage.h(+2 -1)📝
esp32_fw/src/contentmanager.cpp(+62 -59)📝
esp32_fw/src/main.cpp(+1 -1)📝
esp32_fw/src/makeimage.cpp(+121 -6)📝
esp32_fw/src/newproto.cpp(+61 -90)📝
esp32_fw/src/serial.cpp(+16 -22)📝
tag_fw/userinterface.c(+3 -3)📄 Description
Big change: images are transmitted using raw buffers instead of bmp-like image. Saves parsing at the tags.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.