Screen Flickering in an embedded system is usually caused a faulty hardware!
عزیز دل ... تغذیه مدارت مشکل داره ...
Screen Flickering in an embedded system is usually caused a faulty hardware!
عزیز دل ... تغذیه مدارت مشکل داره ...
/**
******************************************************************************
* @file ssd1963.c
* @author MCD Application Team
* @version V1.0.2
* @date 02-December-2014
* @brief This file includes the LCD driver for SSD1963 LCD.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
...
/** @defgroup SSD1963_Private_Variables
* @{
*/
LCD_DrvTypeDef ssd1963_drv =
{
ssd1963_Init,
ssd1963_ReadID,
ssd1963_DisplayOn,
ssd1963_DisplayOff,
ssd1963_SetCursor,
ssd1963_WritePixel,
ssd1963_ReadPixel,
ssd1963_SetDisplayWindow,
ssd1963_DrawHLine,
ssd1963_DrawVLine,
ssd1963_GetLcdPixelWidth,
ssd1963_GetLcdPixelHeight,
ssd1963_DrawBitmap,
ssd1963_DrawRGBImage,
};
...