搜索资源列表
oled-test
- 本程序是用AVR Mega16为主控芯品,控制液晶屏VGG12864E-S002显示的测试程序,基本函数完整,测试通过,能得到很好的显示效果。-this procedure is used for controlling AVR Mega16 core products, LCD control VGG12864E - S002 showed the test procedures, the basic function of integrity, the test, can be a very
OLED
- OLED屏的显示技术与,相关软件程序的架构-OLED screen display technology and, related to the structure of the software program
S6E63D6_driver
- OLED彩屏,型号为CMEL C0283QGLD-T,驱动芯片为三星的S6E63D6,为240*RGB*320的彩屏, 不带字库,软件模拟SPI方式驱动,通过画点实现所有功能,自己写的ARM CortexM3 lpc1768的驱动程序,程序注释比较详细,已经实际测试成功。 功能简介:毫秒级延时函数,任意时间定时。 自带多种颜色宏定义,已经实现了彩虹流的动态效果。 程序中的各种画图程序都带有颜色参数,可以自由选择所需要显示的颜色。 通过Image2
DWY_12864
- OLED 12864液晶屏显示程序。包括中英文显示。-OLED 12864 LCD display program. Including in English.
OLED-ASM-Display
- OLED12864屏汇编语言底层显示程序,有详细注释,SSD1303,SSD1306驱动IC的OLED屏51单片机汇编驱动显示程序-OLED12864 assembly language to the bottom screen display program, there are detailed notes, SSD1303, SSD1306 driven OLED screen IC driver display program 51 microcontroller
OLED显示IIC
- 该程序适合i2c通讯方式的oled屏,可显示图片,字符,等(The program is suitable for I2C communication OLED screen, can display pictures, characters, and so on)
OLED0.9寸
- 单片控制OLED屏显示参考函数,程序支持串行总线和并行总线(Monolithic control, OLED screen display reference function)
OLED
- 基于STM32的OLED屏的显示程序,里面包含了GPIO的配置,和封装好的读写函数和画点函数(OLED screen display program based on STM32)
OLED显示(模拟SPI总线)2
- 单片机nrf82532驱动液晶屏,使用串口驱动程序,很好是节约单片机输出口。(The single-chip nrf82532 drives the LCD screen and USES the serial driver, which is very good to save the single chip.)
实验26 - 1.8吋TFT彩屏显示
- OLED显示(硬件SPI驱动),使用串口驱动程序,很好是节约单片机输出口。(OLED display (hardware SPI driver), using serial driver, very good is to save the single chip to export.)
单片机程序
- 基于STC12C5A60S2的智能花盆设计,过单片机实时检测花盆温度,土壤湿度,光照强度,并显示在oled屏上,控制对应的继电器开关的通断,实现对温度、光照、土壤湿度的调节。已配置好 WIFI模块ESP8266,可将温度,湿度,光照强度等数据发送到云服务器。(Based on STC12C5A60S2 intelligent flower pot design, MCU real-time detection of flowerpot temperature, soil moisture, li
温度值OLED屏显示程序
- stm32实现对温度传感器LM75A的数据采集,然后通过转换显示在OLED屏幕上,