LCD Bitmap Converter

1.2.6 for iPhone, iPad
$0.99
0

0 Ratings

Update Date

2023-01-21

Size

2.9 MB

Screenshots for iPhone

iPhone
LCD Bitmap Converter Description
LCD Bitmap Converter tool allows developers to customise firmware display graphics. This is achieved by loading an image in BMP, JPG, or PNG formats 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 Hex or Binary formats(e.g. 0x23, 0x03 or B1111000, B10101100,.. etc), 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.

Produce Textual in different formatted output:
1) Hex , for e.g. x0A, x0C, x1F,.. etc
2) Zero suppressed Hex for e.g. xA, x1A, x9, x3F, .. etc
3) Binary B1111000, B10101100,.. etc

Translate images:
1) Rotate 180
2) Lateral Conversion about Y Axis
3) Laterally Invert
LCD Bitmap Converter 1.2.6 Update
2023-01-21
1. Improved User Friendliness
2. Adherence to latest Apple requirements and using Xcode latest compiler
More Information
Price:
$0.99
Version:
1.2.6
Size:
2.9 MB
Update Date:
2023-01-21
Developer:
Mark Raymond
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
1.2.6 2023-01-21
1. Improved User Friendliness
2. Adherence to latest Apple requirements and using Xcode latest compiler
1.2.5 2019-09-19
Ability to Translate the Image:
1) Rotate 180
2) Lateral Conversion about Y Axis
3) Laterally Invert
1.2.4 2019-06-28
1. Preserves Horizontal to Vertical ratio when an automatic resize occurs to comply with LCD requirements

2. Improved image processing logic
1.2.2 2019-06-26
1) Ability to browse the device file system and not just the specific App only storage space. A copy of the file selected is moved to the documents folder and seamlessly referenced via the file selection system.

2) The LCD Converter now reads and creates the following code formats
i) Zero filled Hex (e.g 0x09, 0x01, .. etc)
ii) Non Zero filled Hex (e.g. 0x9, 0xA, 0x2, .. etc)
iii) Binary (e.g. B10101111, B10000000, B11001100, .. etc)
1.1.4 2018-08-17
** Major Update **
1) Now fully supports all GIF, JPG, PNG & BMP formats
2) Automatically modifies image size to conform to size restrictions
3) Allows modifying the image size coded textual content regardless of the original image size