tuupola / hagl

Hardware Agnostic Graphics Library for embedded
https://www.appelsiini.net/tags/hagl/
MIT License
302 stars 49 forks source link

Remove DISPLAY_[WIDTH|HEIGHT|DEPTH] & HAGL_CHAR_BUFFER_SIZE macros #92

Closed CHiPs44 closed 1 year ago

CHiPs44 commented 1 year ago

I didn't test the JPEG modification, but it's pretty straightforward.

CHiPs44 commented 1 year ago

Please don't merge at the moment, there are a few bugs left.

CHiPs44 commented 1 year ago
CHiPs44 commented 1 year ago

Sorry for the mess, PR should be titled "Remove DISPLAY_ macros, styled text proposal and _surface param", now...

tuupola commented 1 year ago

Now there is too many things in one PR. Could you keep them separate? PR should have only either one fix or new feature. Removing internal usage of DISPLAY_WIDTH was also in my TODO list and it already looked good.

CHiPs44 commented 1 year ago

Closing this one, I'll make several one thing at a Time ASAP.