OLED显示实验

所属分类:单片机开发
开发工具:C/C++
文件大小:487KB
下载次数:1
上传日期:2019-11-05 20:02:07
上 传 者王伟112
说明:  本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就可以看到OLED模块不停的显示ASCII码和码值
(In this experiment, the OLED/CAMERA interface of the development board is connected to ALIENTEK OLED module to realize the display of OLED module. After the successful download, the OLED module is inserted into the OLED/CAMERA module interface at the lower left corner of the development board. After pressing the reset button, the OLED module keeps displaying ASCII code and code valu)

文件列表:
OLED显示实验 (0, 2016-04-15)
OLED显示实验\CORE (0, 2016-04-15)
OLED显示实验\CORE\core_cm4.h (109142, 2016-04-15)
OLED显示实验\CORE\core_cm4_simd.h (22735, 2016-04-15)
OLED显示实验\CORE\core_cmFunc.h (17146, 2016-04-15)
OLED显示实验\CORE\core_cmInstr.h (20513, 2016-04-15)
OLED显示实验\CORE\startup_stm32f40_41xxx.s (29605, 2016-04-15)
OLED显示实验\FWLIB (0, 2016-04-15)
OLED显示实验\FWLIB\inc (0, 2016-04-15)
OLED显示实验\FWLIB\inc\misc.h (6924, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_adc.h (32880, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_can.h (27318, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_crc.h (2416, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_cryp.h (14481, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_dac.h (14946, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_dbgmcu.h (4296, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_dcmi.h (12977, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_dma.h (28882, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_dma2d.h (19692, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_exti.h (8012, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_flash.h (24467, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h (3275, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_fmc.h (44924, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_fsmc.h (27181, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_gpio.h (23548, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_hash.h (10084, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_i2c.h (31939, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_iwdg.h (4323, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_ltdc.h (21191, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_pwr.h (7728, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_rcc.h (30063, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_rng.h (3958, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_rtc.h (40546, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_sai.h (25470, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_sdio.h (22777, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_spi.h (21178, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_syscfg.h (8974, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_tim.h (51689, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_usart.h (17935, 2016-04-15)
OLED显示实验\FWLIB\inc\stm32f4xx_wwdg.h (3542, 2016-04-15)
... ...

实验器材: 探索者STM32F4开发板 实验目的: 学习单色OLED显示屏的使用 硬件资源: 1,DS0(连接在PF9) 2,ALIENTEK 0.96寸OLED模块(连接IO说明,见oled.h文件) 实验现象: 本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下 载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就 可以看到OLED模块不停的显示ASCII码和码值。 注意事项: 1,开发板的OLED/CAMERA模块接口比OLED的插针多2个,OLED靠左插即可. 2,例程默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC). 正点原子@ALIENTEK 2014-10-25 广州市星翼电子科技有限公司 电话:020-38271790 传真:020-36773971 购买:http://shop62103354.taobao.com http://shop62057469.taobao.com 公司网站:www.alientek.com 技术论坛:www.openedv.com

近期下载者

相关文件


收藏者