Add screen::unpackPNG()

This commit is contained in:
Michal Moskal
2017-10-30 12:45:37 +00:00
parent 4e99cd3ef1
commit c085094394
6 changed files with 140 additions and 2 deletions

View File

@ -85,6 +85,7 @@
"screen.setPixel|param|on": "a value indicating if the pixel should be on or off",
"screen.setPixel|param|x": "the starting position's x coordinate, eg: 0",
"screen.setPixel|param|y": "the starting position's x coordinate, eg: 0",
"screen.unpackPNG": "Decompresses a 1-bit gray scale PNG image to icon format.",
"serial": "Reading and writing data over a serial connection.",
"serial.writeDmesg": "Send DMESG debug buffer over serial."
}