登录
首页 » C/C++ » LCD&OV7725

LCD&OV7725

于 2017-08-05 发布 文件大小:3741KB
0 95
下载积分: 1 下载次数: 18

代码说明:

  使用stm32f4搭载ov7725,进行图像读取与数据处理,能稳定显示在lcd显示屏上,并且提取黑线(The use of stm32f4 equipped with ov7725, image reading and data processing, can be stably displayed on the LCD display, and extract black lines)

文件列表:

LCD&OV7725\LCD&OV7725\CORE\core_cm4.h
LCD&OV7725\LCD&OV7725\CORE\core_cm4_simd.h
LCD&OV7725\LCD&OV7725\CORE\core_cmFunc.h
LCD&OV7725\LCD&OV7725\CORE\core_cmInstr.h
LCD&OV7725\LCD&OV7725\CORE\startup_stm32f40_41xxx.s
LCD&OV7725\LCD&OV7725\FWLIB\inc\misc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_adc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_can.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_crc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_cryp.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_dac.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_dbgmcu.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_dcmi.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_dma.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_dma2d.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_exti.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_flash.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_flash_ramfunc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_fmc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_fsmc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_gpio.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_hash.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_i2c.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_iwdg.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_ltdc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_pwr.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_rcc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_rng.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_rtc.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_sai.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_sdio.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_spi.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_syscfg.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_tim.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_usart.h
LCD&OV7725\LCD&OV7725\FWLIB\inc\stm32f4xx_wwdg.h
LCD&OV7725\LCD&OV7725\FWLIB\src\misc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_adc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_can.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_crc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_cryp.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_cryp_aes.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_cryp_des.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_cryp_tdes.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_dac.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_dbgmcu.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_dcmi.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_dma.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_dma2d.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_exti.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_flash.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_flash_ramfunc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_fmc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_fsmc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_gpio.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_hash.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_hash_md5.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_hash_sha1.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_i2c.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_iwdg.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_ltdc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_pwr.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_rcc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_rng.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_rtc.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_sai.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_sdio.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_spi.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_syscfg.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_tim.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_usart.c
LCD&OV7725\LCD&OV7725\FWLIB\src\stm32f4xx_wwdg.c
LCD&OV7725\LCD&OV7725\HARDWARE\LCD\FONT.H
LCD&OV7725\LCD&OV7725\HARDWARE\LCD\lcd.c
LCD&OV7725\LCD&OV7725\HARDWARE\LCD\lcd.h
LCD&OV7725\LCD&OV7725\HARDWARE\LED\led.c
LCD&OV7725\LCD&OV7725\HARDWARE\LED\led.h
LCD&OV7725\LCD&OV7725\HARDWARE\OV7725\ov7725.c
LCD&OV7725\LCD&OV7725\HARDWARE\OV7725\ov7725.h
LCD&OV7725\LCD&OV7725\HARDWARE\OV7725\sccb.c
LCD&OV7725\LCD&OV7725\HARDWARE\OV7725\sccb.h
LCD&OV7725\LCD&OV7725\keilkilll.bat
LCD&OV7725\LCD&OV7725\OBJ\delay.crf
LCD&OV7725\LCD&OV7725\OBJ\delay.d
LCD&OV7725\LCD&OV7725\OBJ\delay.o
LCD&OV7725\LCD&OV7725\OBJ\ExtDll.iex
LCD&OV7725\LCD&OV7725\OBJ\ili9341.crf
LCD&OV7725\LCD&OV7725\OBJ\ili9341.d
LCD&OV7725\LCD&OV7725\OBJ\ili9341.o
LCD&OV7725\LCD&OV7725\OBJ\LCD.axf
LCD&OV7725\LCD&OV7725\OBJ\LCD.build_log.htm
LCD&OV7725\LCD&OV7725\OBJ\lcd.crf
LCD&OV7725\LCD&OV7725\OBJ\lcd.d
LCD&OV7725\LCD&OV7725\OBJ\LCD.hex
LCD&OV7725\LCD&OV7725\OBJ\LCD.htm
LCD&OV7725\LCD&OV7725\OBJ\LCD.lnp
LCD&OV7725\LCD&OV7725\OBJ\LCD.map
LCD&OV7725\LCD&OV7725\OBJ\lcd.o
LCD&OV7725\LCD&OV7725\OBJ\LCD.sct
LCD&OV7725\LCD&OV7725\OBJ\LCD_LCD.dep

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104228会员总数
  • 45今日下载