Fixed typo.

This commit is contained in:
dqs105 2020-08-28 00:27:52 +08:00
parent 8463cba4b6
commit 7116ca3f91

View File

@ -422,7 +422,7 @@ void ILI9341::drawBMP(const ui::Point p, const uint8_t * bitmap, const bool tran
} }
/* /*
Read a RAW image from SD card. (Mainly for spash screen) Read a RAW image from SD card. (Mainly for splash screen)
RAW image structure: RAW image structure:
First 3 bytes: file header "RAW" First 3 bytes: file header "RAW"
Byte 4: file type, 0: RGB565, 1: RGB, 2: RGBA (alpha ignored) Byte 4: file type, 0: RGB565, 1: RGB, 2: RGBA (alpha ignored)