esp8266 oled ssd1306 font creator
1.0.0
ESP8266-OLED-SSD1306 라이브러리의 글꼴 제작자. 이 라이브러리에서 사용되는 Font V3 형식으로 font.h 파일을 생성합니다.
최신 릴리스 페이지에서 사전 건축 콘솔 애플리케이션을 다운로드 할 수 있습니다. 이 응용 프로그램을 실행하려면 JRE 1.8 ( Sun JRE 또는 OpenJDK )과 최신 정보가 필요합니다. fontcreator/bin 디렉토리에서 bat / bash 스크립트에 위치하여 앱을 실행합니다. 사용법은 벨로우를 참조하십시오 ...
설치하려면 최소한 Sun JDK 1.8 또는 OpenJDK 1.8 설치해야합니다.
esp8266-oled-ssd1306-font-creator-master 디렉토리에서 gradlew installDist 실행하십시오. build/distributions 디렉토리에서 배포 zip 및 tar 파일을 준비하고 build/install 에서 배포 아카이브를 풀어야합니다.build/install/fontcreator/bin subdirectory로 이동하십시오. 앱을 실행하기위한 bat / bash 스크립트가 있습니다. 사용법은 벨로우를 참조하십시오 ... Font creator for the esp8266-oled-ssd1306 library
Created by Arcao (http://arcao.com), based on squix78 (http://blog.squix.ch) work.
Usage: fontcreator [options] [FONT]
Non-option arguments:
[FONT] -- system font name or path to font file to be processed
Option Description
------ -----------
-b, --bold use bold font variant
-c, --charset font table index charset (default: iso-8859-1)
-h, --help display this help and exit
-i, --italic use italic font style
-o, --output [File] write .h font table to file instead to StdOut
-s, --size <Integer> font size
-y, --yoffset [Integer] shifts characters upwards (pixels) (default: 0)
Copyright 2016 Martin "Arcao" Sloup
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.