Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слеваПредыдущая версия | |||
| products:laboratory_iot_c:exp46 [2024/11/30 20:40] – [Программный код эксперимента] labuser30 | products:laboratory_iot_c:exp46 [2024/12/07 17:50] (текущий) – [Программный код эксперимента] labuser30 | ||
|---|---|---|---|
| Строка 35: | Строка 35: | ||
| #include < | #include < | ||
| - | #define PIN_CS | + | #define PIN_CS |
| #define PIN_DC | #define PIN_DC | ||
| - | #define PIN_RST | + | #define PIN_RST |
| Adafruit_ST7735 tft = Adafruit_ST7735(PIN_CS, | Adafruit_ST7735 tft = Adafruit_ST7735(PIN_CS, | ||
| Строка 64: | Строка 64: | ||
| Настраиваем выводы, | Настраиваем выводы, | ||
| <code arduino[enable_line_numbers=" | <code arduino[enable_line_numbers=" | ||
| - | #define PIN_CS | + | #define PIN_CS |
| #define PIN_DC | #define PIN_DC | ||
| - | #define PIN_RST | + | #define PIN_RST |
| </ | </ | ||