Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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