Hackberry-Pi_Zero/README.md

11 lines
409 B
Markdown
Raw Normal View History

2024-04-29 23:57:23 +02:00
# Hackberry-Pi_Zero
A handheld Linux terminal using Raspberry pi Zero 2W as Core with 4' 720X720 TFT display
2024-04-29 23:59:21 +02:00
2024-04-30 00:02:12 +02:00
[Web browser](https://itsfoss.com/terminal-web-browsers/) in Terminal:
2024-04-30 00:01:32 +02:00
How to increase [swap](https://pimylifeup.com/raspberry-pi-swap-file/) on a raspberry pi
2024-04-29 23:59:21 +02:00
How to enable [mouse](https://www.youtube.com/watch?v=hycfIoGggjw&ab_channel=RickMakes) in Terminal
2024-04-30 00:00:17 +02:00
```shell
2024-04-30 00:00:25 +02:00
sudo apt install gpm
2024-04-30 00:00:17 +02:00
```