ssd1306OLED Chinese display - micropthon-esp32 - using GB2312 font library (non manual mold taking)
ssd1306OLED Chinese display - micropthon-esp32 - using GB2312 font library (non manual mold taking)
preface:
Ah, in order to make my * * "mobile phone abstinence device" (the functions of each subsystem of this project are about to be completed!)** I've really paid too much for this OLED with more than ten yuan. Baidu couldn't f ...
Added by teege84 on Tue, 01 Feb 2022 20:57:27 +0200
Single chip microcomputer -- oled Chinese display in ESP8266
The previous chapter introduced the weather forecast machine built under ESP8266. At that time, the results contained some Chinese garbled codes. Today, I try to solve this problem. The problems involved here include the following steps:
First, convert the string of utf-8 into gbk encoding,Then find the corresponding lattice data by looking up ...
Added by mynameisbob on Mon, 27 Dec 2021 10:17:41 +0200