Liam Howatt

Results 240 comments of Liam Howatt

My build worked without that flag because I ran `make main` instead of `make` so that only the dependencies of the executable "main" would be built. My bad.

@arthurlutz The shell on the target is missing some of the nice things that come with standard ".bashrc" configs. It seems that you cannot launch an executable without specifying the...

Yes! Thank you. Would you be interested in opening a PR for it? They are indeed constant strings in a constant array.

@julianfoad you rebased correctly, thanks! I made it pass the tests and opened a PR: #6765 @kisvegabor this is currently in `lv_buttonmatrix.c`. ```c static const char * lv_buttonmatrix_def_map[] = {"Btn1",...

Since you already have a fix, please open a PR and it can likely be merged :slightly_smiling_face:

Just speculation, but to me it looks like PngQuant will make the palette sparse if some of the palette entries were not used in the image and LVGLImage.py will pad...

`IX` color format images in LVGL always begin with a (2 ^ `X`) * 4 byte palette. It's a constant known amount for LVGL to skip to get to the...

No conscious effort was made to make rotation work with this driver. Good catch. I'll take a look next week :slightly_smiling_face:

A PR is open @LoyalServant. Please try it out: #7254 Fyi, you must use partial mode for rotation to work, i.e. `lv_st_ltdc_create_partial`.