Gitmanik / image2lcd

Simple image converter built for PCD8544 lcds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image2lcd

Simple batch monochrome image converter I built for my stm32 Tamagotchi project.

This project is a Visual Studio 2022 solution.

Conversion

Image gets converted to 1bpp format stored as a horizontal bit unsigned char array.

Usage

image2lcd.exe <path to directory containing images>

Output

Output contains of prepared C variable header const unsigned char followed by name created from filename with values generated by converting image to 1bpp format.

About

Simple image converter built for PCD8544 lcds.

License:MIT License


Languages

Language:C# 100.0%