hyx0329

Results 38 comments of hyx0329

@PikuZheng 我的 opkg 版本如下 ``` ZTE-E8820:/opt/etc/smartdns # opkg -v opkg version 2edcfad1bb9a32f31199d5842aa087b4d30ec6f5 (2022-01-09) ``` 该版本采用 `http://bin.entware.net/mipselsf-k3.4/installer/generic.sh` 此处脚本安装得到

写了个脚本,清除配置中的空值重新打包。需要fakeroot、sed。 2022-09-27 更新了一下,发现之前的脚本版本不对漏掉了打包部分。 [repack.txt](https://github.com/pymumu/smartdns/files/9651643/repack.txt)

It seems the parts of screen which didn't update when screen is off have a greater chance to flicker. using glx as rendering backend picom/qtile/xf86-video-intel

To fully get rid of kernel version issue, the script shouldn't rely on a constant value as the code below: https://github.com/sehraf/riscv-arch-image-builder/blob/c148ec31c3d78606460154f290a848b6a085d2da/consts.sh#L44 https://github.com/sehraf/riscv-arch-image-builder/blob/c148ec31c3d78606460154f290a848b6a085d2da/2_create_sd.sh#L87 Instead, use `make kernelversion` to generate the actual...

If you just want to switch between layouts(rather than changing a specific layer), you can refer to [my fork](https://github.com/hyx0329/python-keyboard/tree/hyx-mod). I prepared different layout configurations and use marco keys to activate...

I picked up some changes from https://github.com/adafruit/circuitpython/compare/main...xiongyihui:m60 with modifications to suits CPY 7.x, and compiled an experimental firmware (CPY v7.3.1). The keyboard should work fine without usb connection. The matrix...

@BarbUk In order to build a new firmware, just follow the [official document](https://docs.circuitpython.org/en/latest/BUILDING.html). You might want to read a different version of document, eg. [here](https://docs.circuitpython.org/en/7.3.x/BUILDING.html) for CPY v7.3.x. After walking...

On my ArchLinux setup, this works smoothly with my davinci 1.0. Thank you for your work! - platformIO core v6.1.4 - VSCodium 1.72.2 - XYZPrinting da Vinci 1.0(jumper J1)

> I upgraded Circuitpython to latest version 7.1. M60 works well when USB connected. But no response when USB disconnected and powered by battery. M60 goes to safe model? Current...

I encounter the issue as well, posting my logs + espflash v1.7.0 and v2.0.0-rc.1 behaves (almost) the same by default It's okay to use esptool.py ``` > esptool.py -c esp32c3...