Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
spinning logo
Browse files Browse the repository at this point in the history
  • Loading branch information
indriApollo committed May 9, 2017
1 parent a761de5 commit 997a9ee
Show file tree
Hide file tree
Showing 8 changed files with 89,174 additions and 118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
./Debug

/Debug/
7 changes: 1 addition & 6 deletions Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ uint8_t BSP_LCD_Init(void)
hLtdcHandler.Init.TotalWidth = (RK043FN48H_WIDTH + RK043FN48H_HSYNC + RK043FN48H_HBP + RK043FN48H_HFP - 1);

/* LCD clock configuration */
BSP_LCD_ClockConfig(&hLtdcHandler, NULL);
//BSP_LCD_ClockConfig(&hLtdcHandler, NULL);

/* Initialize the LCD pixel width and pixel height */
hLtdcHandler.LayerCfg->ImageWidth = RK043FN48H_WIDTH;
Expand Down Expand Up @@ -191,11 +191,6 @@ uint8_t BSP_LCD_Init(void)

/* Assert backlight LCD_BL_CTRL pin */
HAL_GPIO_WritePin(LCD_BL_CTRL_GPIO_PORT, LCD_BL_CTRL_PIN, GPIO_PIN_SET);

#if !defined(DATA_IN_ExtSDRAM)
/* Initialize the SDRAM */
BSP_SDRAM_Init();
#endif

/* Initialize the font */
BSP_LCD_SetFont(&LCD_DEFAULT_FONT);
Expand Down
Loading

0 comments on commit 997a9ee

Please sign in to comment.