
2 Dec
2019
2 Dec
'19
9:23 a.m.
Hi Anatolij
Just a reminder for this series which fixes stm32f746-disco boot when trying to display a splashcreen.
Thanks
Patrice
On 11/20/19 2:11 PM, Patrice Chotard wrote:
This series is fixing 2 issues found when trying to decode BMP bigger than the framebuffer:
- Convert panel_picture_delta from unsigned long to long to insure to store correctly the difference between panel_size and picture_size in case the panel_size is smaller than picture_size.
- Don't rely on BMP's width and height but in width and height value computed by video_bmp_display().
Changes in v2: - Convert panel_picture_delta from unsigned long to long
Patrice Chotard (2): video: bmp: Fix video_splash_align_axis() video: bmp: Fix video_display_rle8_bitmap()
drivers/video/video_bmp.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)