All Projects → arcao → esp8266-oled-ssd1306-font-creator

arcao / esp8266-oled-ssd1306-font-creator

Licence: Apache-2.0 license
Font creator for the esp8266-oled-ssd1306 library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to esp8266-oled-ssd1306-font-creator

NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+31.82%)
Mutual labels:  oled, ssd1306
U8g2
U8glib library for monochrome displays, version 2
Stars: ✭ 2,737 (+12340.91%)
Mutual labels:  font, oled
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (+54.55%)
Mutual labels:  oled, ssd1306
WiFiConnect
WiFi connection manager for ESP32 and ESP8266 with OLED support
Stars: ✭ 28 (+27.27%)
Mutual labels:  esp8266, oled
qml-oled-renderer
Renders QML applications to an SSD1309 OLED screen
Stars: ✭ 21 (-4.55%)
Mutual labels:  oled, ssd1306
Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+7127.27%)
Mutual labels:  esp8266, ssd1306
leak
Show info about package releases on PyPI.
Stars: ✭ 15 (-31.82%)
Mutual labels:  cli-app
chiron-sans-hk
昭源黑體:現代筆形風格,平衡標準字形和印刷體慣用筆形的免費開源黑體字型
Stars: ✭ 131 (+495.45%)
Mutual labels:  font
ebusd-esp
Firmware for ESP8266 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
Stars: ✭ 68 (+209.09%)
Mutual labels:  esp8266
amiri
Amiri (أميري) is a body text Naskh typeface
Stars: ✭ 291 (+1222.73%)
Mutual labels:  font
FP
Simple FontPreview Shell Script
Stars: ✭ 17 (-22.73%)
Mutual labels:  font
esp8266-esp32-sdk
Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
Stars: ✭ 147 (+568.18%)
Mutual labels:  esp8266
s3kit
AWS S3 CLI tooklit
Stars: ✭ 21 (-4.55%)
Mutual labels:  cli-app
MicroPython Examples
MicroPython Examples For 01Studio Development Board
Stars: ✭ 86 (+290.91%)
Mutual labels:  esp8266
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (+59.09%)
Mutual labels:  esp8266
typeface-minecraft
Minecraft typeface and colors
Stars: ✭ 20 (-9.09%)
Mutual labels:  font
EasyUI
ESP8266 User Interface Library.
Stars: ✭ 63 (+186.36%)
Mutual labels:  esp8266
WebPixelFrame
Code to control a ESP8266 and a matrix of ws2812b pixels
Stars: ✭ 19 (-13.64%)
Mutual labels:  esp8266
eczar
Eczar: fonts for Devanagari and Latin
Stars: ✭ 52 (+136.36%)
Mutual labels:  font
SmartLEDLamp
A smart, web-enabled floor lamp with nice visual effects based on IKEA Vidja powered by ESP8266 and WS2801.
Stars: ✭ 22 (+0%)
Mutual labels:  esp8266

esp8266-oled-ssd1306-font-creator

Font creator for the esp8266-oled-ssd1306 library. It's generate font.h file in Font V3 format used in this library.

Download

You can download pre-build console application from latest release page. For running this application you need JRE 1.8 (Sun JRE or OpenJDK) and newer. In fontcreator/bin directory are located bat/bash scripts to execute the app. For usages see bellow...

Install from latest sources

For installation you need to have installed at least Sun JDK 1.8 or OpenJDK 1.8.

  1. Download the source package from this page
  2. Unzip the archive.
  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.
  4. Go to build/install/fontcreator/bin subdirectory. There are located bat/bash scripts to execute the app. For usages see bellow...

Usage

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)

License

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].