glory-man

Results 4 issues of glory-man

I used such image - 4 rectangles filled with almost the same color but different alpha value ![bitmap](https://user-images.githubusercontent.com/77978519/139868092-fc9fc40c-d0c8-4829-9ede-8864df80cf68.png) After it drawed on the screen it looks strange - with lines,...

I tried to use v7 version and have problem. loop_count = 0 means that animation should repeated infinitely. https://github.com/lvgl/lv_lib_gif/blob/afdc2d69c7e80210256fd84837b839320fe2618a/lv_gif.c#L120-L143 In my example animated gif with loop_count = 0 shows only...

stale

Is it possible to add `ELCDIF_SetPixelPattern()` function to `drivers/pxp/fsl_pxp.c` ``` /*! * @brief eLCDIF configure pixel pattern. */ typedef enum _elcdif_pixel_pattern_config { kELCDIF_PixelPatternRGB = 0x0, /*!< 0b000..RGB. */ kELCDIF_PixelPatternRBG =...

### RT-Thread Version 5.2.0 ### Hardware Type/Architectures GD32450Z-EVAL ### Develop Toolchain GCC ### Describe the bug Build & start debug sample located @ bsp\gd32\arm\gd32450z-eval Appl crashed (hard_fault) on ``` rt_system_heap_init((void...