Hello
I have an Bitmap example_16bit.bmp with the Hex Editor I get
42 4D FA 09 00 00 00 00 00 00 36 00 00 00 28 00 00 00 19 00 00 00 19 00 00 00 01 00 20 00 00 00 00 00 00 00 00 00 23 2E 00 00 23 2E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
We see the signature 42 4D FA 09
when I do res = lv_fs_read(&f, buffer, charTOread, &read_num);
I get garbage
0x0 0xc0 0x10 0x66 0x0 0xc0 0x10 0x66 0x0 0xc0 0x10 0x66 0x0 0xc0 0x10 0x66 0x0 0xc0 0x10 0x66 0x40 0x88 0xd5 0xfe 0x87 0xbc 0x89 0xcb 0x55 0xe1 0xe7 0x63 0x52 0x69 0x55 0x48 0x6c 0x6a 0x13 0x14 0x3d 0x30 0x25 0x23 0x50 0x3b 0x72 0x88 0x45 0x32
this is the Output of the Test Bitmap example_16bit.bmp
No wonder that all the Images don’t work when we read Images.
C Array Files not Problem SD Card reading does not work.