资源简介
配套资源https://blog.csdn.net/geek_monkey/article/details/53021019

代码片段和文件信息
/**************************************************************************************************
Filename: hal_lcd.c
Revised: $Date: 2010-06-21 17:31:27 -0700 (Mon 21 Jun 2010) $
Revision: $Revision: 22794 $
Description: This file contains the interface to the HAL LCD Service.
Copyright 2007-2010 Texas Instruments Incorporated. All rights reserved.
IMPORTANT: Your use of this Software is limited to those specific rights
granted under the terms of a software license agreement between the user
who downloaded the software his/her employer (which must be your employer)
and Texas Instruments Incorporated (the “License“). You may not use this
Software unless you agree to abide by the terms of the License. The License
limits your use and you acknowledge that the Software may not be modified
copied or distributed unless embedded on a Texas Instruments microcontroller
or used solely and exclusively in conjunction with a Texas Instruments radio
frequency transceiver which is integrated into your product. Other than for
the foregoing purpose you may not use reproduce copy prepare derivative
works of modify distribute perform display or sell this Software and/or
its documentation for any purpose.
YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE
PROVIDED 揂S IS?WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED
INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY title
NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL
TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT
NEGLIGENCE STRICT LIABILITY CONTRIBUTION BREACH OF WARRANTY OR OTHER
LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES
INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL SPECIAL INDIRECT PUNITIVE
OR CONSEQUENTIAL DAMAGES LOST PROFITS OR LOST DATA COST OF PROCUREMENT
OF SUBSTITUTE GOODS TECHNOLOGY SERVICES OR ANY CLAIMS BY THIRD PARTIES
(INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF) OR OTHER SIMILAR COSTS.
Should you have any questions regarding your right to use this Software
contact Texas Instruments Incorporated at www.TI.com.
**************************************************************************************************/
/**************************************************************************************************
* INCLUDES
**************************************************************************************************/
#include “hal_types.h“
#include “OSAL.h“
#include “OnBoard.h“
#include “hal_assert.h“
#ifdef LCD_SUPPORTED
#include “hal_lcd.h“
static void LCD_WrDat(unsigned char dat);
static void LCD_WrCmd(unsigned char cmd);
static void LCD_Set_Pos(unsigned char x unsigned char y);
static void LCD_Fill(unsigned char bmp_dat);
static uint32 mypow(uint8 mu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24848 2016-09-01 14:12 hal_lcd.c
文件 3721 2016-09-01 14:12 hal_lcd.h
----------- --------- ---------- ----- ----
28569 2
- 上一篇:数据结构-B树的完整实现
- 下一篇:STM32掌机驱动OLED屏幕
相关资源
- stm32f103c8t6 4 oled.rar
- [免费]基于stm32f103ze 的OLED驱动代码
- ZStack-CC2530-2.5.1a
- STM32F103实现OV7670摄像头显示
- LED/LED背光显示器/OLED显示屏
- 台湾悠景oled 12864 ssd1309 驱动程序 并口
- ssd1305最简测试代码
- HAL库下的OLED移植
- K60驱动OLED液晶屏程序
- 第四章 畅学多功能实验箱液晶资源详
- STM32F030C8 寄存器操作 OELD屏
- STM32+DHT11+OLED+RTC+MQ2+NRF24L01+串口12
- T12白光电烙铁
- 0.96OLED_C51系列_IIC应答_例程
- HAL库的OLED 移植
- easygui-0.96.zip
- Keil5下的STM32F407程序
- zw_OLED-STM32F4-IIC.zip
- OLED显示汉字
- ESP8266+OLED屏实现天气预报+温度显示
- 基于stm32和ad9850的dds信号源
- 基于IIC的OLED显示程序
- 基于STM32F1的OLED7线例程
- STM32单片机控制的自动浇水系统+OLED显
- 1.3寸OLED带字库全套资料及各种单片机
- 0.96寸OLED带字库全套资料包含各种单片
- oled案列和中文手册
- STM32F103驱动7针OLED128x64实现方式:硬件
- OLED程序例程(STM32_OLED(C8T6))
- OLED程序例程K60_4WIRE_SPI例程
评论
共有 条评论