Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riuson/lcd-image-converter
Tool to create bitmaps and fonts for embedded applications, v.2
https://github.com/riuson/lcd-image-converter
conversion display glcd graphical image-converter lcd
Last synced: 3 months ago
JSON representation
Tool to create bitmaps and fonts for embedded applications, v.2
- Host: GitHub
- URL: https://github.com/riuson/lcd-image-converter
- Owner: riuson
- License: gpl-3.0
- Created: 2013-10-09T15:35:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T17:12:21.000Z (over 2 years ago)
- Last Synced: 2024-06-24T01:40:01.700Z (5 months ago)
- Topics: conversion, display, glcd, graphical, image-converter, lcd
- Language: C++
- Homepage: https://lcd-image-converter.riuson.com/
- Size: 7.95 MB
- Stars: 323
- Watchers: 17
- Forks: 80
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# LCD Image Converter
[![Travis Build Status](https://img.shields.io/travis/riuson/lcd-image-converter.svg?label=linux)](https://travis-ci.org/riuson/lcd-image-converter)
[![Coverity Scan](https://img.shields.io/coverity/scan/3997.svg?maxAge=2592000)](https://scan.coverity.com/projects/riuson-lcd-image-converter)Tool to create bitmaps and fonts for embedded applications, v.2
Allows you to create bitmaps and fonts, and transform them to "C" source format for embedded applications.
## Features
- Supported display controllers
- Monochrome, grayscale, color
- With vertical and horizontal orientation of bytes
- 8, 16, 24, 32-bit data
- 1...32 bits per pixel
- and other, not limited by some particular models
- Output format
- Can be changed by templates
- Text (source code) or binary
- Create a single image
- With RLE compression
- Create fonts (set of images - characters)
- Including unicode charset
- Required characters only, not full range
- Command-line mode## Web pages
- [Home web site](http://www.riuson.com/lcd-image-converter)
- [Documentation](http://www.riuson.com/lcd-image-converter)
- [Latest downloads](http://www.riuson.com/lcd-image-converter/download)
- [Changelog](http://www.riuson.com/lcd-image-converter/changelog)
- [Source code repository on GitHub](https://github.com/riuson/lcd-image-converter)## Contacts and support
- Author: Vladimir
- Mailto: [email protected]
- [GitHub Issues](https://github.com/riuson/lcd-image-converter/issues)## How to build on GNU/Linux
~~~
git clone https://github.com/riuson/lcd-image-converter.git ~/lcd-image-converter
cd ~/lcd-image-converter
qmake
make
~~~
Requires some additional packages.
Build logs available on [Travis-CI](https://travis-ci.org/riuson/lcd-image-converter).## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/