All Projects → riuson → Lcd Image Converter

riuson / Lcd Image Converter

Licence: gpl-3.0
Tool to create bitmaps and fonts for embedded applications, v.2

Projects that are alternatives of or similar to Lcd Image Converter

Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+864.77%)
Mutual labels:  display
Sv2v
SystemVerilog to Verilog conversion
Stars: ✭ 151 (-14.2%)
Mutual labels:  conversion
Colourful
🎨 Open source .NET library for working with color spaces.
Stars: ✭ 161 (-8.52%)
Mutual labels:  conversion
Swiftrewriter
A Swift Package Manager console app and library to convert Objective-C code into Swift.
Stars: ✭ 140 (-20.45%)
Mutual labels:  conversion
Effectsize
🐉 Compute and work with indices of effect size and standardized parameters
Stars: ✭ 146 (-17.05%)
Mutual labels:  conversion
Rpi Display
2.8" TFT-Display with Touchpanel for all Raspberry Pi Models
Stars: ✭ 151 (-14.2%)
Mutual labels:  display
Exchanger
🏢 Currency exchange rates framework for PHP
Stars: ✭ 133 (-24.43%)
Mutual labels:  conversion
M365 dashboard
Xiaomi M365 Display V0.2
Stars: ✭ 168 (-4.55%)
Mutual labels:  display
Figmatocode
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Stars: ✭ 2,299 (+1206.25%)
Mutual labels:  conversion
Wannabe bool
If string, numeric, symbol and nil values wanna be a boolean value, they can with the new #to_b method (and more).
Stars: ✭ 156 (-11.36%)
Mutual labels:  conversion
Liveov7670
A step-by-step guide to building the circuit for this project:
Stars: ✭ 143 (-18.75%)
Mutual labels:  display
Esp32 epaper example
Full featured ePaper library for ESP32 with demo application
Stars: ✭ 147 (-16.48%)
Mutual labels:  display
Convertio Php
Convertio APIs Client Library for PHP
Stars: ✭ 153 (-13.07%)
Mutual labels:  conversion
Typestat
Converts JavaScript to TypeScript and TypeScript to better TypeScript.
Stars: ✭ 136 (-22.73%)
Mutual labels:  conversion
Color
A little library to deal with color conversions
Stars: ✭ 166 (-5.68%)
Mutual labels:  conversion
Hrconvert2
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
Stars: ✭ 132 (-25%)
Mutual labels:  conversion
Pyreadstat
Python package to read sas, spss and stata files into pandas data frames. It is a wrapper for the C library readstat.
Stars: ✭ 151 (-14.2%)
Mutual labels:  conversion
Lunar
Intelligent adaptive brightness for your external monitors
Stars: ✭ 2,712 (+1440.91%)
Mutual labels:  display
Elasticsearch Analysis Pinyin
This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
Stars: ✭ 2,215 (+1158.52%)
Mutual labels:  conversion
Tableprint
Pretty console printing 📋 of tabular data in python 🐍
Stars: ✭ 153 (-13.07%)
Mutual labels:  display

LCD Image Converter

Travis Build Status Coverity Scan

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

Contacts and support

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.

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].