tag 标签: msp430f5529

相关博文
  • 热度 9
    2013-3-6 11:11
    2194 次阅读|
    1 个评论
      察看readme.txt Project File Listing /********************************************************************************************************/ | |--CCS                        : Folder containing the CCSv4 project files    |--lnk_msp430f5529.cmd     : Device linker command file    |--lnk_msp430f5529_USB.cmd : USB-stack related linker command file    |--system_pre_init.c       : CCS-specific runtime library customization |--CCS_Code_Size_Limited      : Folder containing the CCSv4 project files - 16KB |--CTS                        : Folder containing SW library for capacitive touch  |--Drivers                    : Drivers for USB demo functionality |--F5xx_F6x_Core_Lib   : Folder containing MSP430 low-level HAL (SLAA448) |--FatFs                      : Folder containing the open-source FatFs file system |--IAR                        : Folder containing the IAR EW430 project files    |--low_level_init.c        : IAR-specific runtime library customization |--ImageDog                   : Folder containing an image converter tool |--MSP-EXP430F5529_HAL        : Folder containing board-level HAL |--USB                        : Folder containing the MSP430 USB stack    |--USB_User                : USB-stack related application files |--UserExperienceDemo         : Folder containing User Experience Code application |--readme.txt                 : This file |--UserExperience.c           : Contains main entry point |--MSP-EXP430F5529 User Experience Manifest.pdf   : Software manifest   /********************************************************************************************************/ 如何使用ImageDog生成液晶所使用的图片数据 如果使用|--ImageDog可以生成板载液晶的文件 首先找到文件     将文件价保存到D盘根目录下,最好你的点药已经安装了Java和Jre, 通过命令行到达你复制的文件价:       举例使用方法我把一幅102*64的bmp图片(如下图所示)放在在目录中 图片     然后执行命令 java ImageDog maomao.bmp maomao.c 将转换的数据格式放在maomao.c的文件中,方便使用。     下图是文件夹的样子   maomao.c的数据结构如图所示     然后你就可以把这些代码粘贴到你的文件价中了!!!
相关资源