MSP-GRLIB
MSP 圖形庫
MSP-GRLIB
概覽
The MSP Graphics Library is a royalty-free set of graphics primitives for displaying images or creating graphical user interfaces (GUIs) on MSP430 and MSP432 microcontroller-based boards that use a graphical display. The graphics library consists of two functional layers: 1) the display driver layer that is specific to the display and 2) the graphics primitive layer which draws pixels, lines, circles, rectangles and text and bitmap images.
特點
- Free license and royalty-free use
- Simplify and accelerate development of applications
- Easy-to-maintain code
- 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 Graphics Library
支援產品和硬體
產品
MSP430 microcontrollers
Sub-1 GHz 無線 MCU
其它介面
其它無線產品
MSP-GRLIB — MSP Graphics Library
MSP430GRLIB Package
MSP430GRLIB Image Reformer Utility
產品
MSP430 microcontrollers
Sub-1 GHz 無線 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