LCD Bitmap Converter APK
Version 29 - com.progwhiz.lcdcprogwhiz,lcdc,tools,bitmap,converter
LCD Bitmap Converter tool converts from BMP to Code and Code to BMP

APP Information
Download Version | 29 (29) |
Apk Size | 1.47 MB |
App Developer | Mark Raymond |
Malware Check | TRUSTED |
Install on Android | 2.0.x and up |
App Package | com.progwhiz.lcdc.apk |
MD5 | 46591b50f4d831c94b53ff2257f9b098 |
Rate | 5 |
Website | https://www.progwhiz.com/lcdconverter.html |
Table of Contents
Download LCD Bitmap Converter 29 APK
App Description
LCD Bitmap Converter is progwhiz,lcdc,tools,bitmap,converter, content rating is Everyone (PEGI-3). This app is rated 5 by 1 users who are using this app. To know more about the company/developer, visit Mark Raymond website who developed it. com.progwhiz.lcdc.apk apps can be downloaded and installed on Android 2.0.x and higher Android devices. The Latest Version of 29 Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 11+ times on store. You can also download com.progwhiz.lcdc APK and run it with the popular Android Emulators.
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, ..}
App ChangeLog
- Fix bug when loading Hex Text as Binary
Lawrence Shukert
Finally I can get the bitmap from an array text file