Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoiberg/bitmaptoc
A simple Mac OS X app that converts .bmp files to C arrays that can be used for example LCD's.
https://github.com/hoiberg/bitmaptoc
Last synced: 22 days ago
JSON representation
A simple Mac OS X app that converts .bmp files to C arrays that can be used for example LCD's.
- Host: GitHub
- URL: https://github.com/hoiberg/bitmaptoc
- Owner: hoiberg
- License: mit
- Created: 2015-03-02T13:03:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T22:16:02.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T12:22:13.095Z (30 days ago)
- Language: Swift
- Size: 4.42 MB
- Stars: 70
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitmapToC
A simple Mac OS X app that converts .bmp files to C arrays that can be used for, for example, LCD's.![Screenshot](https://github.com/hoiberg/bitmapToC/blob/master/BitmapToCScreenshot.png)
## How to use
Download the latest release and open the app. Drag and drop a .bmp file to the area to select the image.
Select how many bits (pixels) every array element should contain, and hit 'convert'.Note: Only works with bmp files with one bit per pixel.