We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f684b commit cfa1a47Copy full SHA for cfa1a47
1 file changed
ports/espressif/boards/adafruit_magtag_2.9_grayscale/board.c
@@ -143,7 +143,7 @@ typedef enum {
143
} display_type_t;
144
145
static display_type_t detect_display_type(void) {
146
- // Bitbang 4-wire SPI with a bidirectional data line to read the first word of register 0x2e,
+ // Bitbang 4-wire SPI with a bidirectional data line to read the first byte of register 0x2e,
147
// which is the 10-byte USER ID.
148
// NOTE: the SSD1680 drives its response back on the MOSI/DATA line (GPIO35) in half-duplex
149
// mode, NOT on the separate MISO line (GPIO37). Read with GPIO35 switched to input.
0 commit comments