New toy beepy
Getting Started
https://beepy.sqfmi.com/docs/getting-started
Asian character support
https://gist.github.com/charlestsai1995/54ab65a87e2e063ea25eb3aec4193fe1 PS. Execute the 'fbterm' test on the 'beepy' terminal, without using SSH.
Create your own password management device for easy carrying.
https://github.com/laonan/minipassword
Show battery percentage and temperature on the status bar.
https://github.com/youngoris/beepy-tmux
If you'd like to use OrangePi instead of Raspberry Pi, consider referring to this: https://github.com/LuRenJiasWorld/Beepy-OrangePi-Zero2W-Tweaks
Turn off the default keyboard backlight:
Add the following line in /etc/rc.local
before exit(0)
:
sudo echo 0 | sudo tee /sys/firmware/beepy/keyboard_backlight
For more details, visit: https://github.com/ardangelo/beepberry-keyboard-driver
# Disable the ACT LED on the Pi Zero 2W. Edit the config.txt and add these two lines, root.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=on