MSP-GRLIB
MSP 图形库
MSP-GRLIB
概述
MSP 图形库是一组免专利费的基本图元,用于在基于 MSP430 和 MSP432 微控制器并具有图形显示功能的电路板上创建图形用户界面。该图形库包括两个功能性构建层:显示驱动程序层,特定于所用的显示屏;以及图形基元层,用于绘制点、线、矩形、圆、文本和位图图像。
特性
- 免许可证和免专利费
- 简化和加快应用的开发速度
- 易于维护的代码
- MSP Graphics Software Library
- User’s Guide
- API Guide
- Code Examples
- Image Reformer Tool: Image size and color depth manipulation utility used in Graphics Library
开始使用
- Buy the BOOSTXL-SHARP128 BoosterPack or the BOOSTXL-K350QVG-S1 BoosterPack for your MSP430 or MSP432 LaunchPad
- Download the MSP Graphics Library
- Demo the software examples
- Refer to the user's guide
下载
驱动程序或库
MSP-GRLIB — MSP 图形库
支持的产品和硬件
产品
MSP430 微控制器
Sub-1GHz 无线 MCU
其他接口
其他无线产品
MSP-GRLIB — MSP 图形库
MSP430GRLIB Package
MSP430GRLIB Image Reformer Utility
产品
MSP430 微控制器
Sub-1GHz 无线 MCU
其他接口
其他无线产品
文档
MSP430 Graphics Library API Guide
新增功能
The following changes have been added to MSP Graphics Library:
- This version of grlib has been updated to be compliant with the CMSIS-Core standard header files for MSP432. Refer to https://www.ti.com/MSP432CMSIS for detailed changes, conversion guide and background information
- The base address/module instance name in MSP432 code examples have been changed from {PERIPHERAL_NAME}_MODULE to {PERIPHERAL_NAME}_BASE per the new device header file definitions. For example TIMER_A0_MODULE to TIMER_A0_BASE
- The driverlib code examples have been updated with the following new files per each IDE requirement
- system_msp432p401r.c
- startup_msp432p401r_ccs.c
- startup_msp432p401r_ewarm.c
发布信息
The MSP Graphics Library is a royalty-free set of graphics primitives for creating graphical user interfaces on MSP microcontroller-based boards that have a graphical display. The graphical library consists of two building layers of functionality: the display driver layer, specific to the display in use; and the graphics primitives layer, which draws points, lines, rectangles, circles, text, and bitmap images