Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxnfl1ct/adafruit_gfx_hangul
An example of printing korean characters using Adafruit GFX Library
https://github.com/cxnfl1ct/adafruit_gfx_hangul
Last synced: 12 days ago
JSON representation
An example of printing korean characters using Adafruit GFX Library
- Host: GitHub
- URL: https://github.com/cxnfl1ct/adafruit_gfx_hangul
- Owner: Cxnfl1ct
- Created: 2024-09-13T11:29:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T11:43:54.000Z (5 months ago)
- Last Synced: 2024-11-14T23:18:39.156Z (2 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adafruit_GFX_Hangul
[English](README.md) | [한국어](README_kr.md)Library that adds support for printing Korean characters.
This library was intended to support UTF8 format but I had to make unique character format for the library because of an error.
## Overview
This library made to be able to run on low-spec MCUs by utilizing the method of putting texture of Consonants and Vowels together.
(This can be disabled in config)If you disable Character Assembly Method, you will be able to choose from Combination font and Complete font.
## Editing Config
`To be done`
asdf