
LCD Bitmap Converter
LCD Bitmap Converter tool converts from BMP to Code and Code to BMP
Mark Raymond · com.progwhiz.lcdc
UpdatedFeb 11, 2026
PublishedOct 21, 2020
Packagecom.progwhiz.lcdc
MD51346148f27988332d85d128f290a69f7
SHA1 (signer)2D:34:EE:C3:5B:07:96:64:DF:59:04:2C:EC:F7:E1:C8:1D:77:2C:27
Signed byCN=Mark Raymond, O=Progwhiz Solutions, C=Trinidad
Malware scanTRUSTED
Contact[email protected]
What's new
Update to use Android SDK 35
Description
LCD Bitmap Converter tool allows developers to customise firmware display graphics. This is achieved by loading a 24bit image in BMP format and selecting the colour (1bit, 2bit or 4bit) and image dimensions (for eg: 96 x 96). The result is a text file representing the image bytes in textual hexidecimal format, this code is then included in a firmware source code or library for compilation. The resultant binary when uploaded will display the graphic at the desired time.
Feature Summary
1) Convert your .bmp/.gif/.jpg/.jpeg/ image file to embedded C/C++ code style array or string: {HEX: 0xFF,0xBA,0x12,0x08..} or {HEX: 0xFF,0xBA,0x12,0x8..}
2) Convert your embedded C/C++ code style array or string: {HEX:0xFF,0xBA,0x12,0x08..} or {HEX:0xFF,0xBA,0x12,0x8..}
to .bmp/.gif/.jpg/.jpeg/ image file
3) Convert your embedded C/C++ code style Binary array or string: {BIN: B11011110, B10101011, ..} to .bmp/.gif/.jpg/.jpeg/ image file
4) Convert your .bmp/.gif/.jpg/.jpeg/ image file to embedded C/C++ code style array or string: {BIN: B11011110, B10101011, ..}
Feature Summary
1) Convert your .bmp/.gif/.jpg/.jpeg/ image file to embedded C/C++ code style array or string: {HEX: 0xFF,0xBA,0x12,0x08..} or {HEX: 0xFF,0xBA,0x12,0x8..}
2) Convert your embedded C/C++ code style array or string: {HEX:0xFF,0xBA,0x12,0x08..} or {HEX:0xFF,0xBA,0x12,0x8..}
to .bmp/.gif/.jpg/.jpeg/ image file
3) Convert your embedded C/C++ code style Binary array or string: {BIN: B11011110, B10101011, ..} to .bmp/.gif/.jpg/.jpeg/ image file
4) Convert your .bmp/.gif/.jpg/.jpeg/ image file to embedded C/C++ code style array or string: {BIN: B11011110, B10101011, ..}
Required features
- Faketouch android.hardware.faketouch
- Screen Portrait android.hardware.screen.portrait
Permissions (3)
LCD Bitmap Converter requests the following Android permissions:
- Foreground Service android.permission.FOREGROUND_SERVICE
- Read External Storage android.permission.READ_EXTERNAL_STORAGE
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE