Timon Peng

Results 8 comments of Timon Peng

Theoretically the ssd1309 is partially compatible with the ssd1306, but the different drivers above show different results and I would like to know what the standard is..

I wrote a demo. GEM Proxy: ```c++ #ifndef _GEM_PROXY_H #define _GEM_PROXY_H #include #include // https://blog.stratifylabs.dev/device/2020-12-15-Method-Chaining-in-Cpp/ class GEMProxy : public GEM_u8g2 { public: using GEM_u8g2::GEM_u8g2; GEMProxy& setSplash(byte width, byte height, const...

It's because GEM have default internal `_fontFamilies`, so do you have any plan to support external fonts setting when init? for main title, items and content. Thanks.

I really love this project ~~and you~~! As I said to my friend, this project is full of engineering aesthetics and design aesthetics. Would you be willing to set up...

Hi there, Thanks for your fast reply Alex! 1. Build firmware is fine, it only happened after uploaded to my board 2. I'm using [m5stack core](https://shop.m5stack.com/collections/m5-controllers/products/esp32-basic-core-iot-development-kit-v2-6), it's ESP32-D0WDQ6 inside 3....

I have used several ways but can not restore them, like ``` esptool.py --chip esp32 --port /dev/tty.usbserial-XXX --baud 115200 --before default_reset --after hard_reset erase_flash ``` or shorting `G0` and `GND`....

USB adapter https://busware.de/tiki-index.php?page=TUL https://weinzierl.de/en/products/knx-usb-interface-module-322/

> I'll try to refactor code block and code highlighting: #5095 It's implemented in `Tag Plugin - Code Block` https://github.com/hexojs/hexo/blob/master/lib/plugins/tag/code.js#L48 But the additional options in `Tag Plugin - Backtick Code`...