add ther other Adafruit displauy and a comment about A0.

This commit is contained in:
John Milton 2024-08-15 14:00:06 -04:00
parent 97cd687e82
commit 2d7f6d12d9

View file

@ -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;