文件名称:fet410_lcd_03
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 潇*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
msp430f425的LCD驱动程序,4-mux模式-MSP-FET430P410 Demo- LCD, Display Numbers on a 4-Mux LCD
//
// Descr iption: This program displays digits stored in the variable "value"
// on a 4-mux LCD, then waits in low power mode 3. To use the program run it
// as is or use the debugger to assign a different BCD number (digits 0-9)
// to the variable "value".
// ACLK = LFXT1 = 32768 Hz, MCLK = SMCLK = DCO = 32 x ACLK = 1048576 Hz
// //* An external watch crystal is required on XIN/XOUT for ACLK*//
//
// Descr iption: This program displays digits stored in the variable "value"
// on a 4-mux LCD, then waits in low power mode 3. To use the program run it
// as is or use the debugger to assign a different BCD number (digits 0-9)
// to the variable "value".
// ACLK = LFXT1 = 32768 Hz, MCLK = SMCLK = DCO = 32 x ACLK = 1048576 Hz
// //* An external watch crystal is required on XIN/XOUT for ACLK*//
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fet410_lcd_03.c