| Author | Script by Rob Jansen, Copyright © 2022..2022, all rights reserved. |
| Adapted-by | |
| Compiler | 2.5r6 |
An RGB565 bitmap image converted to JAL Array.
A way to generate the RGB565 bitmap from a png or jpg file:
Converter: https://online-converting.com/image/convert2bmp/
Choose: 16 (5:6:5 RGB Hi-Color), rows direction Top - Bottom
No dependency found
const word JAL_LOGO_BITMAP[JAL_LOGO_WIDTH * JAL_LOGO_HEIGHT] =
const word JAL_LOGO_WIDTH = 90
const word JAL_LOGO_HEIGHT = 90
const word JAL_LOGO_BITMAP[JAL_LOGO_WIDTH * JAL_LOGO_HEIGHT] =
Bitmap image.
const word JAL_LOGO_WIDTH = 90
Image size.
const word JAL_LOGO_HEIGHT = 90
No documentation found
| 16f18857 | 16f18857_glcd_ili9341.jal |