Translate Wen Quan Yi Bitmap Song pcf files to OpenType otf file by FontForge.
You can use this otf font file for the lv_font_conv tool.
| stages: | |
| - build | |
| compile: | |
| stage: build | |
| script: | |
| - go build -ldflags "-s -w -X main.Version=$CI_COMMIT_TAG" | |
| artifacts: | |
| name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG" | |
| paths: |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:b4448800f2129cd9e136bfffb64fdf3b2d8b022c] |
| #!/bin/bash | |
| if tty | fgrep -q pts ; then | |
| export LANG=zh_CN.UTF-8 | |
| fi |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| class VagrantPlugins::ProviderVirtualBox::Config < Vagrant.plugin("2", :config) | |
| def update_customizations(customizations) | |
| @customizations = customizations | |
| end | |
| end | |
| class VagrantPlugins::ProviderVirtualBox::Action::Customize |
| #include <math.h> | |
| /** | |
| * 3v3 --- [10K] -+- [NTC] --- GND | |
| * | | |
| * +-- ADC | |
| */ | |
| #define NTC_V 3300 | |
| #define NTC_R_PULLUP 10000 | |
| #define NTC_R(v) (NTC_R_PULLUP * (v) / (NTC_V - (v))) |
Translate Wen Quan Yi Bitmap Song pcf files to OpenType otf file by FontForge.
You can use this otf font file for the lv_font_conv tool.