You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# esp8266-oled-ssd1306-font-creator
2
2
Font creator for the [esp8266-oled-ssd1306](https://github.com/squix78/esp8266-oled-ssd1306) library. It's generate font.h file in Font V3 format used in this library.
3
3
4
+
## Install from latest sources
5
+
For installation you need to have installed `Sun JDK 1.8` or `OpenJDK 1.8`.
6
+
7
+
1. Download the source package [from this page](https://github.com/arcao/esp8266-oled-ssd1306-font-creator/archive/master.zip)
8
+
2. Unzip the archive.
9
+
3. Run `gradlew installDist` in `esp8266-oled-ssd1306-font-creator-master` directory. It should prepare distribution `zip` and `tar` files in `build/distributions` directory and also unpack the distribution archive in `build/install`.
10
+
4. Go to `build/install/fontcreator/bin` subdirectory. There are located `bat`/`bash` scripts to execute the app. For usage see bellow...
11
+
4
12
## Usage
5
13
```
6
14
Font creator for the esp8266-oled-ssd1306 library
7
15
Created by Arcao (http://arcao.com), based on squix78 (http://blog.squix.ch) work.
8
16
9
-
Usage: java -jar fontcreator.jar [options] [FONT]
17
+
Usage: fontcreator [options] [FONT]
10
18
11
19
Non-option arguments:
12
20
[FONT] -- system font name or path to font file to be processed
0 commit comments