oled library integrated and adapted to STM32 HAL

This commit is contained in:
Wolfgang Hottgenroth
2017-05-29 11:50:59 +02:00
parent a37a4b99ae
commit a407f01559
10 changed files with 861 additions and 9 deletions

View File

@ -45,6 +45,12 @@
#define LED_GPIO_Port GPIOC
#define ERROR_Pin GPIO_PIN_14
#define ERROR_GPIO_Port GPIOC
#define OLED_CS_Pin GPIO_PIN_7
#define OLED_CS_GPIO_Port GPIOB
#define OLED_DC_Pin GPIO_PIN_8
#define OLED_DC_GPIO_Port GPIOB
#define OLED_RST_Pin GPIO_PIN_9
#define OLED_RST_GPIO_Port GPIOB
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */