Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RLE16 data to RGB565 Converter #512

Merged
merged 5 commits into from
Aug 7, 2023

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Jul 14, 2023

Update the RGB565 Converter to add RLE16 data as per MarlinFirmware/Marlin#26011

Code is same as python code in 26011 just ported to javascript

I ran the code through an online beautifier https://beautifier.io/ Though I'm sure you will want to adjust it.

@ellensp
Copy link
Contributor Author

ellensp commented Jul 24, 2023

Note this will generate rle16 C data, but currently I have not implemented accepting pasted rle C data... Im working on that, but my motivation is lacking.

@ellensp
Copy link
Contributor Author

ellensp commented Jul 31, 2023

Added ability to use pasted rle16 C data.

Note: this is keyed off the array name. eg marlin_logo_195x59x16_rle16
Needs to end is rle16 to tell the program it is rle16 data and need to have dimensions so the code can recreate the image

@thinkyhead thinkyhead merged commit 4646874 into MarlinFirmware:master Aug 7, 2023
@ellensp ellensp deleted the add-rle16 branch February 29, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants