MSP-GRLIB
MSP グラフィック・ライブラリ
MSP-GRLIB
概要
MSP グラフィック・ライブラリは、グラフィック表示機能を備えた MSP430 および MSP432 マイコン・ベースのボードで、グラフィカル・ユーザー・インターフェイスを作成するためのグラフィックス・プリミティブで構成される、ロイヤリティ・フリーのセットです。このグラフィック・ライブラリは 2 つの機能構築レイヤーで形成されています。ディスプレイ・ドライバ・レイヤーは、使用するディスプレイに固有のものです。グラフィックス・プリミティブ・レイヤーは、点、線、長方形、円、テキスト、ビットマップ・画像を描画します。
特長
- 無償ライセンス、ロイヤリティ・フリーで使用可能
- アプリケーションの開発の簡素化と開発期間の短縮
- メンテナンスの簡単なコード
- 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 ワイヤレス マイコン
その他のインターフェイス
他のワイヤレス製品
MSP-GRLIB — MSP グラフィック・ライブラリ
MSP430GRLIB Package
MSP430GRLIB Image Reformer Utility
製品
MSP430 マイコン
Sub-1GHz ワイヤレス マイコン
その他のインターフェイス
他のワイヤレス製品
資料
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