add ther other Adafruit displauy and a comment about A0.

pull/559/head
John Milton 2024-08-15 14:00:06 -04:00
rodzic 97cd687e82
commit 2d7f6d12d9
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -610,7 +610,9 @@ enum HardwareModel {
* Adafruit Feather RP2040 with RFM95 LoRa Radio RFM95 with SX1272, SSD1306 OLED
* https://www.adafruit.com/product/5714
* https://www.adafruit.com/product/326
*
* https://www.adafruit.com/product/938
* ^^^ short A0 to switch to I2C address 0x3C
*
*/
RP2040_FEATHER_RFM95 = 75;