add BME280, try to work with SPI TFT display (no reaction yet)

This commit is contained in:
Edward Emelianov
2023-05-08 01:30:34 +03:00
parent e0352dde3f
commit 16f3b31f4f
14 changed files with 187 additions and 30 deletions

View File

@@ -59,7 +59,7 @@ Automated liquid nitrogen flooding machine
| 48 | PB11 | SCRN RST | slow out | Screen reset |
| 49 | (VSS) | | | |
| 50 | (VDD) | | | |
| 51 | PB12 | SCRN NSS | slow out | Screen activate |
| 51 | PB12 | SCRN LED | slow out | Screen LEDs on |
| 52 | PB13 | SCRN SCK | AF5 | SPI for screen |
| 53 | PB14 | SCRN MISO | AF5 | |
| 54 | PB15 | SCRN MOSI | AF5 | |
@@ -143,7 +143,7 @@ Automated liquid nitrogen flooding machine
| 96 | PB9 | - | - | |
| 47 | PB10 | SCRN DCRS | slow out | Screen data/cmd |
| 48 | PB11 | SCRN RST | slow out | Screen reset |
| 51 | PB12 | SCRN NSS | slow out | Screen activate |
| 51 | PB12 | SCRN LED | slow out | Screen LEDs on |
| 52 | PB13 | SCRN SCK | AF5 | SPI for screen |
| 53 | PB14 | SCRN MISO | AF5 | |
| 54 | PB15 | SCRN MOSI | AF5 | |
@@ -208,6 +208,8 @@ Automated liquid nitrogen flooding machine
### DMA1
- Channel 1 - ADC1
- Channel 4 - SPI2 Rx
- Channel 5 - SPI2 Tx
- Channel 6 - I2C1 Tx
- Channel 7 - I2C1 Rx