- lcd-image-converter download for Linux
- SCREENSHOTS
- DESCRIPTION
- Features
- User interface
- Programming Language
- Categories
- Lcd image converter linux
- Saved searches
- Use saved searches to filter your results more quickly
- License
- riuson/lcd-image-converter
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- readme.md
- About
lcd-image-converter download for Linux
This is the Linux app named lcd-image-converter whose latest release can be downloaded as lcd-image-converter-20161012.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named lcd-image-converter with OnWorks for free.
Follow these instructions in order to run this app:
— 1. Downloaded this application in your PC.
— 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
— 3. Upload this application in such filemanager.
— 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
— 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
— 6. Download the application, install it and run it.
SCREENSHOTS
DESCRIPTION
This program allows you to create bitmaps and fonts, and transform them to «C» source format for embedded applications.
The transformation of the images to the source code is made by using templates. Therefore, by modifying the templates, you can change the format of the output within certain limits.
Features
- Create a single image;
- Create fonts (set of images — characters), including Unicode;
- Monochrome, grayscale, color;
- With vertical and horizontal orientation of bytes;
- 8, 16, 24, 32-bit data size;
- 1. 32 bits per pixel;
- RLE compression;
- For different display controllers, not limited by one particular model.
- Custom «C» template for output.
User interface
Programming Language
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/lcd-image-converter/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
Free Servers & Workstations
Lubuntu Ubuntu server Run server
-
Pearl OS MAC theme emulator Special server Run server
- More »
Download Windows & Linux apps
MSYS2 MSYS2 is a collection of tools and
libraries providing you with an
easy-to-use environment for building,
installing and running native Windows
software. It con. Download MSYS2
DOSBox DOSBox emulates a full x86 pc with
sound and DOS. Its main use is to run
old DOS games on platforms which
don’t have DOS (Windows 7, 8, 8.1
and 10 / Linux . Download DOSBox
Xtreme Download Manager The project has a new home now:
https://xtremedownloadmanager.com/ For
developers:
https://github.com/subhra74/xdm Xtreme
Download Manager is a powerful tool t. Download Xtreme Download Manager
Clover EFI bootloader Project has moved to
https://github.com/CloverHackyColor/CloverBootloader..
Features:Boot macOS, Windows, and Linux
in UEFI or legacy mode on Mac or PC with
UE. Download Clover EFI bootloader
unitedrpms Join us in Gitter!
https://gitter.im/unitedrpms-people/Lobby
Enable the URPMS repository in your
system —
https://github.com/UnitedRPMs/unitedrpms.github.io/bl. Download unitedrpms
Boost C++ Libraries Boost provides free portable
peer-reviewed C++ libraries. The
emphasis is on portable libraries which
work well with the C++ Standard Library.
See http://www.bo. Download Boost C++ Libraries
libusb Library to enable user space
application programs to communicate with
USB devices. Audience: Developers, End
Users/Desktop. Programming Language: C.
Categories. Download libusb
-
Peace Equalizer, interface Equalizer APO Peace equalizer is a Windows PC
interface for Equalizer APO
http://sourceforge.net/projects/equalizerapo.
Besides an system-wide equalizer on your
Windows PC, P. Download Peace Equalizer, interface Equalizer APOJSToolNpp A JavaScript (JSON) tool for Notepad++
(formerly JSMinNpp) and Visual Studio
Code. * Douglas Crockford’s JSMin
algorithm to minimize JavaScript code. *
My . Download JSToolNppwaircut Wireless Air Cut is a WPS wireless,
portable and free network audit software
for Ms Windows. It is used to check the
security of our wps wireless networks
and . Download waircutmpv player (Windows) Main project site: https://mpv.io/
Audience: End Users/Desktop. User
interface: Win32 (MS Windows).
Programming Language: C. This is an
application that can als. Download mpv player (Windows)Tcl Tool Command Language (Tcl) is an
interpreted language and very portable
interpreter for that language. Tcl is
embeddable and extensible, and has been
widely u. Download TclExt2 File System Driver for Windows Ext2Fsd is an open source Linux
ext2/ext3 file system driver for Windows
systems (2K/XP/VISTA/WIN7/WIN8,
X86/AMD64).. Features:ext3ext4htree
indexuninit_bgexte. Download Ext2 File System Driver for WindowsGeoServer GeoServer is an open source software
server written in Java that allows users
to share and edit geospatial data.
Designed for interoperability, it
publishes da. Download GeoServer - More »
aaindexextracte aaindexextract — Extract amino acid
property data from AAINDEX . Run aaindexextracte
aainfo aafire, aainfo, aasavefont, aatest —
aalib example programs . Run aainfo
cppo cppo — lightweight cpp-like
preprocessor for OCaml . Run cppo
cppunit-config cppunit-config — script to get
information about the installed version
of cppunit . Run cppunit-config
g.messagegrass g.message — Prints a message, warning,
progress info, or fatal error in the
GRASS way. This module should be used in
scripts for messages served to user.
KEYWO. Run g.messagegrass
g.mkfontcapgrass g.mkfontcap — Generates the font
configuration file by scanning various
directories for fonts. KEYWORDS: general
. Run g.mkfontcapgrass
Lcd image converter linux
The russian translation’s file .qm is not under version control, because it is a binary file and is derived from the .ts file, which is under version control.
The error (Cannot build on Mac OS 10.12.4 # 45) on the qmake stage should be ignored. This file will be created automatically at the make stage.
git clone https://github.com/riuson/lcd-image-converter.git
- Install Qt SDK;
- Open project “lcd-image-converter.pro” in Qt Creator;
- Rebuild project.
cd lcd-image-converter qmake make # run ./_linux/release/lcd-image-converter
user@vmachine:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.04 Release: 19.04 Codename: disco user@vmachine:~$ sudo apt-get install git qt5-default libqt5xmlpatterns5-dev qtdeclarative5-dev libqt5svg5-dev qttools5-dev-tools user@vmachine:~$ git clone https://github.com/riuson/lcd-image-converter.git ./lic user@vmachine:~$ cd ./lic/ user@vmachine:~/lic$ qmake user@vmachine:~/lic$ make -j2 user@vmachine:~/lic$
user@desktop:~/workspace/lcd-image-converter (git: develop) ➜ qmake RCC: Error in 'resources/resources.qrc': Cannot find file 'lcd-image-converter-ru.qm' user@desktop:~/workspace/lcd-image-converter (git: develop) ➜ make Updating './resources/lcd-image-converter-ru.qm'. Generated 168 translation(s) (168 finished and 0 unfinished) Ignored 5 untranslated source text(s) Updating './resources/lcd-image-converter-ru.qm'. Generated 168 translation(s) (168 finished and 0 unfinished) /usr/bin/uic-qt4 controls/mainwindow.ui -o .uic/ui_mainwindow.h . g++ -m64 -Wl,-O1 -o _linux/release/lcd-image-converter .obj/main.o .obj/bitmapcontainer.o .obj/mainwindow.o .obj/widgetbitmapeditor.o .obj/editortabimage.o .obj/editortabfont.o .obj/dialogsavechanges.o .obj/bitmaphelper.o .obj/dialogresize.o .obj/fontcontainer.o .obj/charactersmodel.o .obj/dialogfontselect.o .obj/dialogabout.o .obj/recentlist.o .obj/starttab.o .obj/actionimagehandlers.o .obj/actionhandlersbase.o .obj/actionfonthandlers.o .obj/actionhelphandlers.o .obj/actionsetuphandlers.o .obj/actionfilehandlers.o .obj/dialogfontpreview.o .obj/revisionlabel.o .obj/revisioninfo.o .obj/converterhelper.o .obj/conversionmatrixoptions.o .obj/bitstream.o .obj/dialogpreview.o .obj/matrixpreviewmodel.o .obj/conversionmatrix.o .obj/dialogconvert.o .obj/dialogsetup.o .obj/parser.o .obj/matrixitemdelegate.o .obj/moc_bitmapcontainer.o .obj/moc_mainwindow.o .obj/moc_widgetbitmapeditor.o .obj/moc_editortabimage.o .obj/moc_editortabfont.o .obj/moc_dialogsavechanges.o .obj/moc_dialogresize.o .obj/moc_fontcontainer.o .obj/moc_charactersmodel.o .obj/moc_dialogfontselect.o .obj/moc_dialogabout.o .obj/moc_recentlist.o .obj/moc_starttab.o .obj/moc_actionimagehandlers.o .obj/moc_actionhandlersbase.o .obj/moc_actionfonthandlers.o .obj/moc_actionhelphandlers.o .obj/moc_actionsetuphandlers.o .obj/moc_actionfilehandlers.o .obj/moc_dialogfontpreview.o .obj/moc_revisionlabel.o .obj/moc_conversionmatrixoptions.o .obj/moc_dialogpreview.o .obj/moc_matrixpreviewmodel.o .obj/moc_conversionmatrix.o .obj/moc_dialogconvert.o .obj/moc_dialogsetup.o .obj/moc_parser.o .obj/qrc_resources.o -L./_linux/release -L/usr/lib/x86_64-linux-gnu -lQtXmlPatterns -lQtXml -lQtGui -lQtCore -lpthread
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Tool to create bitmaps and fonts for embedded applications, v.2
License
riuson/lcd-image-converter
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Added: Command line option '--input' to specify font document xml file for command-line mode conversion. Tags app_rev and app_date for application revision and date. Completer to encoding's combobox. New tag 'out_image_preview' and settings to generate image preview in output file. Custom script to process pixel's data. Multiplicity of font's width/height. Changed: RLE minimal sequence block's count decreased to 1. RLE prefix for sequence with length == 1 changed from '(-1)(data[1])' to '(+1)(data[1])'. Tab page 'Prepare' in settings. Tooltips on toolbuttons. Set font's encoding to UTF-8 by default. Optimize height/width in Resize dialog. Fixed: Losing of empty parameters in Image settings block. Selection of template files in the settings. Clear the fill mask when changing the data block size. Editor's selection outline. Build with Qt 5.11. Scanning of images of 1px width, splitted to rows, for predefined scripts only. Removed: Support for Qt version < 5.5. Ability to hide toolbars.
Git stats
Files
Failed to load latest commit information.
readme.md
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.
- 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
- Can be changed by templates
- Text (source code) or binary
- With RLE compression
- Including unicode charset
- Required characters only, not full range
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.
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/
About
Tool to create bitmaps and fonts for embedded applications, v.2