sunnychon

Results 4 issues of sunnychon

you just need to open terminal type sudo raspi-config select "2 Display Options" select "D1 Resolution" select "CEA Mode 4" and reboot

# 发送 def send(send_list): if len(send_list) == 0: print("[-] error 请使用 -h 以获取命令帮助") sys.exit(0) client = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) target_host = get_ip(args.ip) for times in range(args.l): for i in target_host: for...

### Operating System Raspberry PI os Desktop (Debian 11 bullseye) ### Description of bug The launcher didn't show any text ![2024-04-01-115746_1366x768_scrot](https://github.com/MultiMC/Launcher/assets/99316503/bdd895f9-7d14-494b-8942-db4cac39c4fd) ### Steps to reproduce Change the system font to...

bug
system: Linux

When I try to enable the UART console(#define CONSOLE_UART 1) it throws this error ┌──(sunny㉿IdeaPadPro5i)-[~/pico-rv32ima] └─$ make [ 0%] Built target bs2_default [ 1%] Built target bs2_default_library [ 21%] Built...