基本信息
源码名称:零功耗显示屏墨水屏示例程序
源码大小:3.08M
文件格式:.zip
开发语言:C/C++
更新时间:2023-01-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
零功耗显示屏墨水屏示例程序

.
├── 1.54红黑白屏测试程序2021
│   ├── 代码
│   │   ├── ESP32
│   │   │   └── MH_EPAPER_154_BR_ESP32
│   │   │       ├── Ap_29demo.h
│   │   │       └── MH_EPAPER_154_BR_ESP32.ino
│   │   ├── arduino
│   │   │   └── MH_EPAPER_154_BR_Arduino
│   │   │       ├── Ap_29demo.h
│   │   │       └── MH_EPAPER_154_BR_Arduino.ino
│   │   └── stm32
│   │       └── MH_EPAPER_154_BR_STM32
│   │           ├── CORE
│   │           │   ├── core_cm3.c
│   │           │   ├── core_cm3.h
│   │           │   ├── startup_stm32f10x_hd.s
│   │           │   └── startup_stm32f10x_md.s
│   │           ├── HARDWARE
│   │           │   ├── EPD
│   │           │   │   ├── Ap_29demo.h
│   │           │   │   ├── Display_EPD_W21.c
│   │           │   │   ├── Display_EPD_W21.h
│   │           │   │   ├── Display_EPD_W21_spi.c
│   │           │   │   └── Display_EPD_W21_spi.h
│   │           │   ├── Fonts
│   │           │   │   ├── font12.c
│   │           │   │   ├── font12CN.c
│   │           │   │   ├── font16.c
│   │           │   │   ├── font20.c
│   │           │   │   ├── font24.c
│   │           │   │   ├── font24CN.c
│   │           │   │   ├── font8.c
│   │           │   │   └── fonts.h
│   │           │   └── GUI
│   │           │       ├── GUI_Paint.c
│   │           │       └── GUI_Paint.h
│   │           ├── OBJ
│   │           │   ├── EPD.axf
│   │           │   ├── EPD.build_log.htm
│   │           │   ├── EPD.hex
│   │           │   ├── EPD.htm
│   │           │   ├── EPD.lnp
│   │           │   ├── EPD.sct
│   │           │   ├── EPD_Target 1.dep
│   │           │   ├── EPD_sct.Bak
│   │           │   ├── ExtDll.iex
│   │           │   ├── OLED.axf
│   │           │   ├── OLED.build_log.htm
│   │           │   ├── OLED.hex
│   │           │   ├── OLED.htm
│   │           │   ├── OLED.lnp
│   │           │   ├── OLED.plg
│   │           │   ├── OLED.sct
│   │           │   ├── OLED_sct.Bak
│   │           │   ├── core_cm3.crf
│   │           │   ├── core_cm3.d
│   │           │   ├── core_cm3.o
│   │           │   ├── delay.crf
│   │           │   ├── delay.d
│   │           │   ├── delay.o
│   │           │   ├── display_epd_w21.crf
│   │           │   ├── display_epd_w21.d
│   │           │   ├── display_epd_w21.o
│   │           │   ├── display_epd_w21_spi.crf
│   │           │   ├── display_epd_w21_spi.d
│   │           │   ├── display_epd_w21_spi.o
│   │           │   ├── font12.crf
│   │           │   ├── font12.d
│   │           │   ├── font12.o
│   │           │   ├── font12cn.crf
│   │           │   ├── font12cn.d
│   │           │   ├── font12cn.o
│   │           │   ├── font16.crf
│   │           │   ├── font16.d
│   │           │   ├── font16.o
│   │           │   ├── font20.crf
│   │           │   ├── font20.d
│   │           │   ├── font20.o
│   │           │   ├── font24.crf
│   │           │   ├── font24.d
│   │           │   ├── font24.o
│   │           │   ├── font24cn.crf
│   │           │   ├── font24cn.d
│   │           │   ├── font24cn.o
│   │           │   ├── font8.crf
│   │           │   ├── font8.d
│   │           │   ├── font8.o
│   │           │   ├── gui_paint.crf
│   │           │   ├── gui_paint.d
│   │           │   ├── gui_paint.o
│   │           │   ├── key.crf
│   │           │   ├── key.d
│   │           │   ├── key.o
│   │           │   ├── led.crf
│   │           │   ├── led.d
│   │           │   ├── main.crf
│   │           │   ├── main.d
│   │           │   ├── main.o
│   │           │   ├── misc.crf
│   │           │   ├── misc.d
│   │           │   ├── misc.o
│   │           │   ├── oled.crf
│   │           │   ├── oled.d
│   │           │   ├── oled.o
│   │           │   ├── startup_stm32f10x_hd.d
│   │           │   ├── startup_stm32f10x_hd.o
│   │           │   ├── stm32f10x_gpio.crf
│   │           │   ├── stm32f10x_gpio.d
│   │           │   ├── stm32f10x_gpio.o
│   │           │   ├── stm32f10x_it.crf
│   │           │   ├── stm32f10x_it.d
│   │           │   ├── stm32f10x_it.o
│   │           │   ├── stm32f10x_rcc.crf
│   │           │   ├── stm32f10x_rcc.d
│   │           │   ├── stm32f10x_rcc.o
│   │           │   ├── stm32f10x_usart.crf
│   │           │   ├── stm32f10x_usart.d
│   │           │   ├── stm32f10x_usart.o
│   │           │   ├── sys.crf
│   │           │   ├── sys.d
│   │           │   ├── sys.o
│   │           │   ├── system_stm32f10x.crf
│   │           │   ├── system_stm32f10x.d
│   │           │   ├── system_stm32f10x.o
│   │           │   ├── usart.crf
│   │           │   ├── usart.d
│   │           │   └── usart.o
│   │           ├── STM32F10x_FWLib
│   │           │   ├── inc
│   │           │   │   ├── misc.h
│   │           │   │   ├── stm32f10x_adc.h
│   │           │   │   ├── stm32f10x_bkp.h
│   │           │   │   ├── stm32f10x_can.h
│   │           │   │   ├── stm32f10x_cec.h
│   │           │   │   ├── stm32f10x_crc.h
│   │           │   │   ├── stm32f10x_dac.h
│   │           │   │   ├── stm32f10x_dbgmcu.h
│   │           │   │   ├── stm32f10x_dma.h
│   │           │   │   ├── stm32f10x_exti.h
│   │           │   │   ├── stm32f10x_flash.h
│   │           │   │   ├── stm32f10x_fsmc.h
│   │           │   │   ├── stm32f10x_gpio.h
│   │           │   │   ├── stm32f10x_i2c.h
│   │           │   │   ├── stm32f10x_iwdg.h
│   │           │   │   ├── stm32f10x_pwr.h
│   │           │   │   ├── stm32f10x_rcc.h
│   │           │   │   ├── stm32f10x_rtc.h
│   │           │   │   ├── stm32f10x_sdio.h
│   │           │   │   ├── stm32f10x_spi.h
│   │           │   │   ├── stm32f10x_tim.h
│   │           │   │   ├── stm32f10x_usart.h
│   │           │   │   └── stm32f10x_wwdg.h
│   │           │   └── src
│   │           │       ├── misc.c
│   │           │       ├── stm32f10x_adc.c
│   │           │       ├── stm32f10x_bkp.c
│   │           │       ├── stm32f10x_can.c
│   │           │       ├── stm32f10x_cec.c
│   │           │       ├── stm32f10x_crc.c
│   │           │       ├── stm32f10x_dac.c
│   │           │       ├── stm32f10x_dbgmcu.c
│   │           │       ├── stm32f10x_dma.c
│   │           │       ├── stm32f10x_exti.c
│   │           │       ├── stm32f10x_flash.c
│   │           │       ├── stm32f10x_fsmc.c
│   │           │       ├── stm32f10x_gpio.c
│   │           │       ├── stm32f10x_i2c.c
│   │           │       ├── stm32f10x_iwdg.c
│   │           │       ├── stm32f10x_pwr.c
│   │           │       ├── stm32f10x_rcc.c
│   │           │       ├── stm32f10x_rtc.c
│   │           │       ├── stm32f10x_sdio.c
│   │           │       ├── stm32f10x_spi.c
│   │           │       ├── stm32f10x_tim.c
│   │           │       ├── stm32f10x_usart.c
│   │           │       └── stm32f10x_wwdg.c
│   │           ├── SYSTEM
│   │           │   ├── delay
│   │           │   │   ├── delay.c
│   │           │   │   └── delay.h
│   │           │   ├── sys
│   │           │   │   ├── sys.c
│   │           │   │   └── sys.h
│   │           │   └── usart
│   │           │       ├── usart.c
│   │           │       └── usart.h
│   │           ├── USER
│   │           │   ├── DebugConfig
│   │           │   │   ├── Target_1_STM32F103VE.dbgconf
│   │           │   │   └── Target_1_STM32F103ZE.dbgconf
│   │           │   ├── EPD.map
│   │           │   ├── EPD.uvgui.Administrator
│   │           │   ├── EPD.uvgui_Administrator.bak
│   │           │   ├── EPD.uvguix.Administrator
│   │           │   ├── EPD.uvopt
│   │           │   ├── EPD.uvoptx
│   │           │   ├── EPD.uvproj.saved_uv4
│   │           │   ├── EPD.uvprojx
│   │           │   ├── EPD_Target 1.dep
│   │           │   ├── EventRecorderStub.scvd
│   │           │   ├── JLinkLog.txt
│   │           │   ├── JLinkSettings.ini
│   │           │   ├── RTE
│   │           │   │   └── _Target_1
│   │           │   │       └── RTE_Components.h
│   │           │   ├── main.c
│   │           │   ├── startup_stm32f10x_hd.lst
│   │           │   ├── stm32f10x.h
│   │           │   ├── stm32f10x_conf.h
│   │           │   ├── stm32f10x_it.c
│   │           │   ├── stm32f10x_it.h
│   │           │   ├── system_stm32f10x.c
│   │           │   └── system_stm32f10x.h
│   │           └── keilkilll.bat
│   └── 图片转码软件
│       └── Image2Lcd
│           ├── Img2Lcd.exe
│           ├── Img2Lcd_chs.chm
│           ├── Img2Lcd_cht.chm
│           ├── emenu.dll
│           ├── sss.dll
│           ├── unins000.dat
│           └── unins000.exe
└── 好例子网_1.54红黑白屏测试程序2021.zip

27 directories, 197 files