文件名称:3310
介绍说明--下载内容均来自于网络,请自行研究使用
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