esp8266 oled ssd1306 font creator
1.0.0
ESP8266-OLED-SSD1306库的字体创建者。它是该库中使用的字体V3格式的Font.h文件。
您可以从最新发布页面下载前构建控制台应用程序。对于运行此应用程序,您需要JRE 1.8 ( Sun JRE或OpenJDK )和更新。在fontcreator/bin目录中,位于bat / bash脚本以执行该应用程序。有关用法,请参阅Bellow ...
要安装,您需要至少安装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子目录。有位置的bat / bash脚本来执行该应用程序。有关用法,请参阅Bellow ... 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.