文件名称:nokia 3310 lcd 驱动源代码
介绍说明--下载内容来自于网络,使用问题请自行百度
nokia 3310 lcd
#include "3310.h"
//global variable for remembering where to start writing the next text string on 3310 LCD
unsigned char char_start
/*--------------------------------------------------------------------------------------------------
Name : spi_init
Descr iption : Initialising atmega SPI for using with 3310 LCD
Argument(s) : None.
Return value : None.
--------------------------------------------------------------------------------------------------*/
//SPI initialize
//clock rate: 250000hz
void spi_init(void)
{
SPCR = 0x58 //setup SPI
}
-nokia 3310 lcd
#include "3310.h"
//global variable for remembering where to start writing the next text string on 3310 LCD
unsigned char char_start
/*--------------------------------------------------------------------------------------------------
Name : spi_init
Descr iption : Initialising atmega SPI for using with 3310 LCD
Argument(s) : None.
Return value : None.
--------------------------------------------------------------------------------------------------*/
//SPI initialize
//clock rate: 250000hz
void spi_init(void)
{
SPCR = 0x58 //setup SPI
}
#include "3310.h"
//global variable for remembering where to start writing the next text string on 3310 LCD
unsigned char char_start
/*--------------------------------------------------------------------------------------------------
Name : spi_init
Descr iption : Initialising atmega SPI for using with 3310 LCD
Argument(s) : None.
Return value : None.
--------------------------------------------------------------------------------------------------*/
//SPI initialize
//clock rate: 250000hz
void spi_init(void)
{
SPCR = 0x58 //setup SPI
}
-nokia 3310 lcd
#include "3310.h"
//global variable for remembering where to start writing the next text string on 3310 LCD
unsigned char char_start
/*--------------------------------------------------------------------------------------------------
Name : spi_init
Descr iption : Initialising atmega SPI for using with 3310 LCD
Argument(s) : None.
Return value : None.
--------------------------------------------------------------------------------------------------*/
//SPI initialize
//clock rate: 250000hz
void spi_init(void)
{
SPCR = 0x58 //setup SPI
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3310.C
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.