Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyhao committed Jul 31, 2018
1 parent 221119b commit 5c077bd
Show file tree
Hide file tree
Showing 19 changed files with 15,041 additions and 1,803 deletions.
1 change: 1 addition & 0 deletions LCD/Drivers/BSP/Components/Common/lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ typedef struct
void (*Clear)(uint32_t Color);
void (*SelectLayer)(uint32_t LayerIndex);
void (*SetTransparency) (uint32_t LayerIndex, uint8_t Transparency);
void (*LayerInit) (uint16_t LayerIndex, uint32_t FB_Address,uint32_t PixelFormat);
}LCD_DrvTypeDef;
/**
* @}
Expand Down
1 change: 1 addition & 0 deletions LCD/Drivers/BSP/Components/is42s16400j/is42s16400j.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ uint8_t IS42S16400J_Test(void)
for(counter = 0; counter<IS42S16400J_SIZE;counter++ )
{
ubReaddata_8b = *(__IO uint8_t*)(SDRAM_BANK_ADDR + counter); //从该地址读出数据
// printf("%c ",ubReaddata_8b);

if(ubReaddata_8b != (uint8_t)(ubWritedata_8b + counter)) //检测数据,若不相等,跳出函数,返回检测失败结果。
{
Expand Down
Loading

0 comments on commit 5c077bd

Please sign in to comment.