Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubmartin/bc-lcd-draw-image
Example how to display image and step-by-step tutorial how to create your own.
https://github.com/hubmartin/bc-lcd-draw-image
arm bigclown embedded embedded-c open-hardware stm32
Last synced: about 1 month ago
JSON representation
Example how to display image and step-by-step tutorial how to create your own.
- Host: GitHub
- URL: https://github.com/hubmartin/bc-lcd-draw-image
- Owner: hubmartin
- License: mit
- Created: 2017-11-27T12:25:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T22:13:09.000Z (about 7 years ago)
- Last Synced: 2024-10-28T09:35:56.741Z (3 months ago)
- Topics: arm, bigclown, embedded, embedded-c, open-hardware, stm32
- Language: C
- Homepage: http://www.bigclown.com
- Size: 635 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCD Image example
[![License](https://img.shields.io/github/license/bigclownlabs/bc-core-module.svg)](https://github.com/bigclownlabs/bc-core-module/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/BigClownLabs.svg?style=social&label=Follow)](https://twitter.com/BigClownLabs)This repository contains firmware for [Core Module](https://shop.bigclown.com/products/core-module) and [LCD Module](https://shop.bigclown.com/products/lcd-module)
To convert new pictures use the [LCD Image Converter](http://www.riuson.com/lcd-image-converter) multi-platform open-source software.
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/1%20create%20new%20image.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/2%20name%20image.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/3%20resize%20image%20in%20your%20graphics%20editor.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/4%20convert%20to%20monochrome.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/5%20import%20image.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/6%20image%20loaded.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/7%20crop%20image.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/8%20crop%20edges.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/9%20configure%20exporting.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/10%20import%20preset.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/11.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/12%20load%20template.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/13.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/14%20Select%20template%20and%20click%20ok.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/15%20confirm.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/16%20save%20current%20image%20to%20XML.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/17.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/18%20Conver%20image%20to%20C%20file.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/19%20save%20image%20in%20the%20app%20folder.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/20%20define%20image%20with%20extern%20and%20display%20it.png)
![](https://github.com/hubmartin/bc-lcd-draw-image/blob/master/manual_how_to_convert_image/21%20lcd%20module.jpg)If you want to get more information about Core Module, firmware and how to work with it, please follow this link:
**https://doc.bigclown.com/**
User's application code (business logic) goes into `app/application.c`.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO s.r.o.**](https://www.hardwario.com/) in the heart of Europe.