Classes | Brief description |
![]() |
|
Methods | |
![]() |
Loads a BMP image located at the given address, decodes it and stores the resulting image inside the provided buffer. |
![]() |
debug function, dislay BMP header |
![]() |
Returns the size of a BMP image given at least its header (the file does not have to be complete). |
![]() |
Test if BMP is valid. |
![]() |
Convert RGB 565 to RGB 555 (RGB 555 is adapted to LCD). |
![]() |
Write a BMP header. |
Defines | |
![]() |
headerSize must be set to 40 |
![]() |
BMP magic number ('BM'). |