change readme

This commit is contained in:
Minecon724 2024-05-15 19:16:20 +02:00
parent 195e81a5af
commit cc51eb0125
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -1,7 +1,7 @@
### Requirements
- st7789 compatible display (in fact this is tested on ili9341)
- bt4502 compatible module
- rpi pico
### Usage
1. create a new directory and enter it
2. `git clone --recursive https://github.com/raspberrypi/pico-sdk`
3. git clone this repo and cd into it
4. `mkdir build && cd build`
5. `cmake ..`
6. `make`
TODO