diff --git a/README.md b/README.md index fd8e79d..4e83b56 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - [OLED Display](oled.md) - [TFT Display](tft.md) - [Bitmap font](bitmap-font.md) +- [Protocols](protocols.md) ## LICENSE diff --git a/protocols.md b/protocols.md new file mode 100644 index 0000000..fa28f37 --- /dev/null +++ b/protocols.md @@ -0,0 +1,12 @@ +# Protocols + +## USB + +- [GUD USB Display](https://github.com/notro/gud/wiki) + - [Raspberry Pi Pico](https://github.com/notro/gud-pico) + +## Ethernet + +- [Miracast](https://www.wi-fi.org/discover-wi-fi/miracast) +- [AirPlay](https://openairplay.github.io/airplay-spec/) +- ~~[DLNA](https://en.wikipedia.org/wiki/DLNA)~~