下你所需,载你所想!
汇集开发技术源码资料

STM32 触摸屏实验

:241.63KB :1 :2022-10-11 17:33:05

部分简介

STM32 触摸屏实验如果开发者对于本文件有需要的可以参考。
├── ALIENTEK MiniSTM32 实验21 触摸屏实验
│ ├── HARDWARE
│ │ ├── 24CXX
│ │ │ ├── 24cxx.c
│ │ │ ├── 24cxx.h
│ │ │ ├── myiic.c
│ │ │ └── myiic.h
│ │ ├── ADC
│ │ │ ├── adc.c
│ │ │ └── adc.h
│ │ ├── DAC
│ │ │ ├── dac.c
│ │ │ └── dac.h
│ │ ├── DMA
│ │ │ ├── dma.c
│ │ │ └── dma.h
│ │ ├── EXTI
│ │ │ ├── exti.c
│ │ │ └── exti.h
│ │ ├── FLASH
│ │ │ ├── flash.c
│ │ │ └── flash.h
│ │ ├── KEY
│ │ │ ├── key.c
│ │ │ └── key.h
│ │ ├── LCD
│ │ │ ├── FONT.H
│ │ │ ├── ILI93xx.c
│ │ │ └── LCD.h
│ │ ├── LED
│ │ │ ├── led.c
│ │ │ └── led.h
│ │ ├── OLED
│ │ │ ├── oled.c
│ │ │ ├── oled.h
│ │ │ └── oledfont.h
│ │ ├── RTC
│ │ │ ├── rtc.c
│ │ │ └── rtc.h
│ │ ├── SPI
│ │ │ ├── spi.c
│ │ │ └── spi.h
│ │ ├── TIMER
│ │ │ ├── timer.c
│ │ │ └── timer.h
│ │ ├── TOUCH
│ │ │ ├── ctiic.c
│ │ │ ├── ctiic.h
│ │ │ ├── ott2001a.c
│ │ │ ├── ott2001a.h
│ │ │ ├── touch.c
│ │ │ └── touch.h
│ │ ├── WDG
│ │ │ ├── wdg.c
│ │ │ └── wdg.h
│ │ └── WKUP
│ │ ├── wkup.c
│ │ └── wkup.h
│ ├── OBJ
│ │ └── test.hex
│ ├── README.TXT
│ ├── SYSTEM
│ │ ├── delay
│ │ │ ├── delay.c
│ │ │ └── delay.h
│ │ ├── readme.txt
│ │ ├── sys
│ │ │ ├── stm32f10x.h
│ │ │ ├── sys.c
│ │ │ ├── sys.h
│ │ │ └── system_stm32f10x.h
│ │ └── usart
│ │ ├── usart.c
│ │ └── usart.h
│ ├── USER
│ │ ├── JLinkSettings.ini
│ │ ├── startup_stm32f10x_hd.s
│ │ ├── test.c
│ │ ├── test.uvgui.Administrator
│ │ ├── test.uvopt
│ │ └── test.uvproj
│ ├── USMART
│ │ ├── readme.txt
│ │ ├── usmart.c
│ │ ├── usmart.h
│ │ ├── usmart_config.c
│ │ ├── usmart_str.c
│ │ └── usmart_str.h
│ └── keilkill.bat
└── ALIENTEK MiniSTM32 实验21 触摸屏实验.zip
25 directories, 65 files

STM32 触摸屏实验

热门推荐

相关文章