mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Fixed typo.
This commit is contained in:
parent
8463cba4b6
commit
7116ca3f91
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue