Microchip MPLAB® Harmony 3 Graphics Application Examples for SAM 9x60 Family
Following table provides number of peripheral library examples available for different development kits.
Development Kits | MPLABx applications |
---|---|
SAM 9x60 Evaluation Kit | 8 |
SAM9X60 Curiosity Development Board | 8 |
|
New features added in this release are as follows:
- Added LVGL Showcase to WVGA configuration for SAM9x60 Curiosity Board
The current known issues are as follows:
- For all IAR configurations, make sure LE_DYNAMIC_VTABLES is define to 1 to ensure build success
- For proper GFX2D support, some configurations will require the data buffer memory definted in no_cache region, ie. SECTION(".region_nocache") definition for _dataBuffers in legato_renderer.c
- MPLAB® X IDE v6.20
- MPLAB® XC32 C/C++ Compiler v4.35
- MPLAB® X IDE plug-ins:
New features added in this release are as follows:
- Added Blank Quickstart (Single-Buffered) WVGA configuration for SAM9x60 Curiosity Board
- Added Blank Quickstart (Double-Buffered) WVGA configuration for SAM9x60 Curiosity Board
- Added Blank Canvas Quickstart WVGA configuration for SAM9x60 Curiosity Board
- Added Legato Canvas Quickstart WVGA configuration for SAM9x60 Curiosity Board
- Added Legato Quickstart WVGA configuration for SAM9x60 Curiosity Board
New features added in this release are as follows:
- Added Burst mode support for DMA when double-buffer is enabled
- Added a camera (OV5640) example using the ISI interface
- Added support for MPLAB Code Configurator
New features added in this release are as follows:
- Added Blank Quickstart (Single-Buffered) WVGA configuration
- Added Blank Quickstart (Double-Buffered) WVGA configuration
- Added Blank Canvas Quickstart WVGA configuration
- Added Legato Canvas Quickstart WVGA configuration
New features added in this release are as follows:
- Added Legato Quickstart WVGA configuration with 270 Orientation
- Fixed issues with packages and documentation
New features added in this release are as follows:
- Added Legato Quickstart WVGA configuration for IAR Embedded WorkBench
- Added Legato Dashboard WVGA configuration with Graphics Canvas support
The current known issues are as follows:
- For all IAR configurations, make sure LE_DYNAMIC_VTABLES is define to 1 to ensure build success
- For proper GFX2D support, some configurations will require the data buffer memory definted in no_cache region, ie. SECTION(".region_nocache") definition for _dataBuffers in legato_renderer.c
- MPLAB® X IDE v6.05 and above
- MPLAB® X IDE plug-ins:
- MPLAB® XC32 C/C++ Compiler v4.20 and above