You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parallel displays push colors now work with right colors with display text
use latest jpeg decoder, old version still in source because one user gets strange missing pictures which do not occur with previous implementation
now push pixels number of pixels changed to 32 bit to be able to push complete display
fix e-display full and partial update (also with old driver)
none of my waveshare e-papers works with the new driver
there were heavy changes in this section. i could not fix this in the short run and temporarily use the old driver version for these displays.
a user reports OLED color displays also no longer working
Checklist:
The pull request is done against the latest development branch
Only relevant files were touched
Only one feature/fix was added per PR and the code change compiles without warnings
The code change is tested and works with Tasmota core ESP8266 V.2.7.8
The code change is tested and works with Tasmota core ESP32 V.3.1.9
Looking at the reasons for a build error with xdrv_81_esp32_webcam_task_motion.ino failing to find function esp_jpg_decode and type jpg_scale_t, I found that this PR means that esp_jpg_decode.h may no longer be included in builds, with the symbol USE_NEW_JPG hardcoded in both xdrv_13_display.ino and support_jpeg.ino to control exclusion of old function calls. This looks like a breaking change to xdrv_81_esp32_webcam_task_motion.ino when not having similar control of new/old the new function calls, and not doing an include of the old functions now removed elsewhere.
indeed the "old" version needs this folder in /lib/lib_esp32_div
maybe the author of the motion webcam driver adapts to the "new" jpeg driver which should be faster then the old one. ESP32_JPDEC.zip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
none of my waveshare e-papers works with the new driver
there were heavy changes in this section. i could not fix this in the short run and temporarily use the old driver version for these displays.
a user reports OLED color displays also no longer working
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass