2021-10-17 08:29:44 索煒達電子 1680
項目編號:E1540
文件大?。?.81M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
目錄│文件列表:
│ IL0371數(shù)據(jù)手冊.pdf
│ IL0373.pdf
├ 1.54寸墨水屏模塊 黑白屏模塊
│ └ 1.54寸墨水屏模塊 黑白屏模塊
│ │ 1.54inch墨水屏尺寸圖.png
│ │ 1.54寸墨水屏說明.docx
│ └ 測試程序
│ │ SSD1608_1.2.pdf
│ └ 代碼
│ ├ arduino
│ │ │ EPD1IN54_200PIX程序說明.doc
│ │ └ EPD1IN54_200PIX
│ │ │ keywords.txt
│ │ │ library.properties
│ │ ├ epd1in54-demo
│ │ │ │ epd1in54-demo.ino
│ │ │ │ imagedata.cpp
│ │ │ └ imagedata.h
│ │ └ src
│ │ │ epd1in54.cpp
│ │ │ epd1in54.h
│ │ │ epdif.cpp
│ │ │ epdif.h
│ │ │ epdpaint.cpp
│ │ │ epdpaint.h
│ │ └ font
│ │ │ font12.c
│ │ │ font16.c
│ │ │ font20.c
│ │ │ font24.c
│ │ │ font8.c
│ │ └ fonts.h
│ ├ raspberrypi
│ │ ├ bcm2835
│ │ │ │ epd
│ │ │ │ epd1in54.cpp
│ │ │ │ epd1in54.h
│ │ │ │ epdif.cpp
│ │ │ │ epdif.h
│ │ │ │ epdpaint.cpp
│ │ │ │ epdpaint.h
│ │ │ │ font12.c
│ │ │ │ font16.c
│ │ │ │ font20.c
│ │ │ │ font24.c
│ │ │ │ font8.c
│ │ │ │ fonts.h
│ │ │ │ imagedata.cpp
│ │ │ │ imagedata.h
│ │ │ │ main.cpp
│ │ │ │ Makefile
│ │ │ └ readme.txt
│ │ ├ python
│ │ │ │ epd1in54.py
│ │ │ │ epd1in54.pyc
│ │ │ │ epdif.py
│ │ │ │ epdif.pyc
│ │ │ │ main.py
│ │ │ │ monocolor.bmp
│ │ │ └ readme.txt
│ │ └ wiringpi
│ │ │ epd
│ │ │ epd1in54.cpp
│ │ │ epd1in54.h
│ │ │ epdif.cpp
│ │ │ epdif.h
│ │ │ epdpaint.cpp
│ │ │ epdpaint.h
│ │ │ font12.c
│ │ │ font16.c
│ │ │ font20.c
│ │ │ font24.c
│ │ │ font8.c
│ │ │ fonts.h
│ │ │ imagedata.cpp
│ │ │ imagedata.h
│ │ │ main.cpp
│ │ │ Makefile
│ │ └ readme.txt
│ └ STM32_EPD1N54
│ └ STM32_EPD1N54
│ ├ EPD_W21
│ │ │ Display_EPD_W21.c
│ │ │ Display_EPD_W21.h
│ │ │ Display_EPD_W21_Aux.c
│ │ │ Display_EPD_W21_Aux.h
│ │ └ Display_EPD_W21_Config.h
│ ├ FWLib
│ │ │ misc.c
│ │ │ misc.h
│ │ │ stm32f10x_exti.c
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.c
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_gpio.c
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_iwdg.c
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_rcc.c
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_spi.c
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_tim.c
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_usart.c
│ │ └ stm32f10x_usart.h
│ ├ Pic
│ │ │ 0.bmp
│ │ │ 1.bmp
│ │ │ 2.bmp
│ │ │ 3.bmp
│ │ │ 4.bmp
│ │ │ 5.bmp
│ │ │ 6.bmp
│ │ │ 7.bmp
│ │ │ 8.bmp
│ │ └ 9.bmp
│ ├ Project
│ │ │ JLink Regs CM3.txt
│ │ │ JLinkArm_mdk.ini
│ │ │ JLinkSettings.ini
│ │ │ mdk.uvgui.Administrator
│ │ │ mdk.uvguix.Administrator
│ │ │ mdk.uvguix.Zhhaijun
│ │ │ mdk.uvopt
│ │ │ mdk.uvoptx
│ │ │ mdk.uvproj.saved_uv4
│ │ │ mdk.uvprojx
│ │ ├ Debug
│ │ │ └ obj
│ │ │ │ mdk.hex
│ │ │ └ T64.bin
│ │ ├ DebugConfig
│ │ │ └ GDE_STM32F103C8.dbgconf
│ │ └ RTE
│ │ └ RTE_Components.h
│ ├ StartUp
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ │ startup_stm32f10x_hd.s
│ │ │ stm32f10x.h
│ │ │ stm32f10x_conf.h
│ │ │ system_stm32f10x.c
│ │ └ system_stm32f10x.h
│ └ User
│ │ main.c
│ │ stm32f10x_it.c
│ └ stm32f10x_it.h
└ E-Ink_1.54
└ E-Ink_1.54
├ FWLib
│ │ misc.c
│ │ misc.h
│ │ stm32f10x_exti.c
│ │ stm32f10x_exti.h
│ │ stm32f10x_flash.c
│ │ stm32f10x_flash.h
│ │ stm32f10x_gpio.c
│ │ stm32f10x_gpio.h
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_iwdg.h
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rcc.h
│ │ stm32f10x_spi.c
│ │ stm32f10x_spi.h
│ │ stm32f10x_tim.c
│ │ stm32f10x_tim.h
│ │ stm32f10x_usart.c
│ └ stm32f10x_usart.h
├ Project
│ │ JLink Regs CM3.txt
│ │ JLinkArm_mdk.ini
│ │ JLinkSettings.ini
│ │ mdk.uvgui.Administrator
│ │ mdk.uvopt
│ │ mdk.uvproj
│ └ Debug
│ └ obj
│ │ mdk.hex
│ └ T64.bin
├ StartUp
│ │ core_cm3.c
│ │ core_cm3.h
│ │ startup_stm32f10x_hd.s
│ │ stm32f10x.h
│ │ stm32f10x_conf.h
│ │ system_stm32f10x.c
│ └ system_stm32f10x.h
└ User
│ Display_EPD_W21.c
│ Display_EPD_W21.h
│ Display_EPD_W21_spi.c
│ Display_EPD_W21_spi.h
│ main.c
│ stm32f10x_it.c
└ stm32f10x_it.h