lcd_updatescreen.c
来自「s1mp3 sdk, action mp3 develop tool kit!」· C语言 代码 · 共 33 行
C
33 行
/***************************************************************************
* *
* FILE: LCD106x56.C *
* LCD Display Controller Interface Routines for use with Tian-ma *
* 106x56 Graphics module with onboard S6B0724X01-B0CY controller *
* *
* Copyright (C) 2003 by Carousel Design Solutions *
* *
* Written by: *
* Michael J. Karas *
* Carousel Design Solutions *
* 4217 Grimes Ave South *
* Edina MN 55416 *
* (952) 929-7537 *
* *
***************************************************************************/
#include <drivers/lcd.h>
#include <drivers/lcdtarget.h>
#include <drivers/lcd.h>
#include <drivers/lcdtarget.h>
/*
**
** Updates area of the display. Writes data from display
** RAM to the lcd display controller.
*/
void LCD_UpdateScreen( void ) {
LCDTARGET_UpdateScreen();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?