Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romybompart/thermal_print_demo_stm32f405
This Repository is a Keil project that contains the coude source for printing with a thermal header similar to a Seiko LTP02-245
https://github.com/romybompart/thermal_print_demo_stm32f405
Last synced: about 15 hours ago
JSON representation
This Repository is a Keil project that contains the coude source for printing with a thermal header similar to a Seiko LTP02-245
- Host: GitHub
- URL: https://github.com/romybompart/thermal_print_demo_stm32f405
- Owner: romybompart
- Created: 2014-08-07T22:23:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T21:59:15.000Z (over 4 years ago)
- Last Synced: 2024-03-20T07:10:26.869Z (8 months ago)
- Language: C
- Homepage: https://www.youtube.com/watch?v=SbkvKjyN-X8
- Size: 4.11 MB
- Stars: 13
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thermal_Print_Demo_stm32f405
============================This Repository is a Keil project that contains the source code for printing with a thermal header similar to a Seiko LTP02-245
[![Thermal print demo video](http://img.youtube.com/vi/SbkvKjyN-X8/0.jpg)](http://www.youtube.com/watch?v=SbkvKjyN-X8)
FONTS
-----------Fonts are stored in the ROM, but if you have a hardware capability to store your fonts, you can use much more characters because you have more data space.
In this demo, you will find characters from 'A' to 'Z'.
FONTS CREATOR
-------------Font characters can be created by a simple script written in visualbasic for EXCEL.
You can find it on this path: Thermal_Print_Demo_Stm32f107/FontCreator