增加LCD动态翻转的函数

This commit is contained in:
不吃油炸鸡
2025-10-09 19:55:18 +08:00
parent 9527dd21ce
commit 92db314c84
4 changed files with 36 additions and 25 deletions

View File

@@ -75,7 +75,7 @@ int main(void)
/* USER CODE BEGIN 1 */
//this must set same as keil setting
SCB->VTOR = 0x00000000U;
SCB->VTOR = FLASH_BASE + 0x00000000;
/* USER CODE END 1 */
/* MCU Configuration--------------------------------------------------------*/