How to convert Bitmap to C array or HEX for LCD

preview_player
Показать описание
LCD_Image_Converter is a tool for converting monochromatic and
color /5-6-5 coding/ bitmaps to C-arrays or hex-format

Рекомендации по теме
Комментарии
Автор

Hi,

Could anyone provide me a link to the software ?
The one in the video description doesn't work.

PerchEagle
Автор

Is there a way to open an icon file (.ICO) and export it to a c-array (256 grayscale and monochrome (1bpp))?

I've tried many (iseasoft bitfontcreator, The Dot Factory, fontgen, GLCDv3/openGLCD, RamTex mono/color icon font editor, Mikroe GLCD Font Creator, CrystalFontz Image2Code, "BMP bitmap to GLCD bitmap", GLCD Bitmap Converter, dot2pic (online), Bowtie, Bitmap2LCD, iconempire's icon-processor, Segger Bitmap Converter, Exeicon's "Picture To Icon" ) but I'd love to find one that can import (or allow editing) of a bitmap and export as a c-array that uses 8-bit grayscale per pixel (not color!).

The 010 Editor is also great, and using a script (CopyAsCpp.1sc) you can export a binary file to an array in a .c file.. bytes or shorts: FPrintf( newfile, "unsigned short table[%d] =\r\n{\r\n ", size/2); for( i = 0; i < size; i+=2 ) FPrintf( newfile, "0x%04X", (int)ReadUShort(start+i) ); if((size - i) >= 4)

bennguyen
Автор

Great software if it works like I think it does. Will keep an update for future downloaders, so you know it's fake or not :D

dario
Автор

Where to find this software ? seems not to be at ati-soft.biz regards

magnetiseur
Автор

Thanks for the video!
This program generates image to Bicolor Led Matrix 32x16 and/or 64x32 ?
Thanks again

Dancopymus
welcome to shbcf.ru