Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap Array file

This is a file format made for embedded devices such as Arduino Nano or ESP8266 to save images, fonts or animations made by me and @sutaburosu

Specifications

Offset Size (Bytes) Description
0x00 2 File signature ("bA")
0x02 2 Type of stored image data
0x04 2 Width: Image width in pixels (uint16_t).
0x06 2 Height: Image height in pixels (uint16_t).
0x08 - Data (Size depends on Width, Height and Type)

Types

Type bits per pixel addition description
b1/b2/b3 8/16/24 - raw bitmap with set color depth
bw 8 - raw grayscale bitmap

Note

Monochrome, palette and other types will be implemented

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages