Release Notes

Microchip Graphics Library

Microchip Graphics Library
Release Notes

 

Microchip Graphics Library Release Notes 

Version 3.06.02 (2012-10-15) 

This library provides support for the display modules with built in graphics controller and displays connected to external graphics controller. Documentation for the Microchip Graphics Library can be found in this file:

  • Graphics Library Help.chm

Version Log 

New: 

None 

Changes: 

None. 

Fixes: 

  • Fix PutImage() function to support RLE compression of images with the following attributes and system level settings:
    • image has 16 bit wide palette entries
    • color depth of image is 8 bpp or 4 bpp
    • USE_PALETTE enabled
    • COLOR_DEPTH set to 8 or 4 bpp
  • Fix anti-aliased fonts issue when calculating the 25% blending value of the foreground and background colors.

Deprecated Items: 

None added on this release. 

Migration Changes: 

None. 

Known Issues: 

  • Extended glyph for certain font (such as Thai) when used with Static text widget is clipped. Future version will add additional vertical text alignment to the static text widget
  • Anti-aliasing and extended glyph features are not supported when using PIC24FJ256DA210 CHRGPU.
  • SPI flash programming on the Epson S1D13517 PICtail board Rev 1.1 is not always reliable, the S1D13517 demo no longer uses external memory flash in the example.
  • When using PIC24FJ256GB210 PIM with Explorer 16 board that has a 5v Lumex LCD display, the S1D13517 demo does not run correctly.
  • When using XC16 Compiler V1.00, add "-fno-ivopts" compile option. This is a known issue in V1.00 of XC16.
  • When using ListBox Widget, the widget height should be greater than the height of the font used for the widget.
  • When using PutImage() function with RLE compressed images and USE_PALETTE enabled, images with 24 bit wide palette entry is not supported.
  • FillCircle() and Circle() function output does not match when rendering with small radius.

Application Notes

  • AN1136 How to Use Widgets in Microchip Graphics Library
  • AN1182 Fonts in the Microchip Graphics Library
  • AN1227 Using a Keyboard with the Microchip Graphics Library
  • AN1246 How to Create Widgets in Microchip Graphics Library
  • AN1368 Developing Graphics Applications using PIC MCU with Integrated Graphics Controller

PIC Family 

This version of the library supports PIC24, dsPIC and PIC32 Family. 

Development Tools 

This graphics library release (Version 3.06.02) was tested with IDEs MPLAB v8.85 and MPLAB X 1.20; compilers XC16 v1.00 and XC32 v1.00. 

There is a known compatibility issue between the graphics library and C30 v3.25. using C30 3.25 is not recommended for graphics library development. 

Documentation of Resources and Utilities 

  • The Graphics Library Help File and API document is located in <install_dir>/Microchip/Help.
    • Graphics Library Help.pdf
  • "Graphics Resource Converter" documentation is located in <install_dir>/Microchip/Graphics/bin/grc.
    • Graphics Resource Converter Help.pdf
  • External Memory Programmer documentation is located in <install_dir>/Microchip/Graphics/bin/memory_programmer.
    • External Memory Programmer Help.pdf

where: "install_dir" - is the location of the Microchip Application Library installation. 

Display Modules 

The display driver layer of the library is organized to easily switch from one display driver to another. Use of customized display driver is allowed and in the Display Device Driver Layer section. Following graphics controllers are supported in this version:

Display Module 
Interface 
File Names 
Microchip Graphics Display Driver - customizable driver for RGB Glass. Currently used in PIC24FJ256DA210 device family. 
RGB 
mchpGfxDrv.c, mchpGfxDrv.h 
Microchip Low-Cost Controllerless (LCC) Graphics Display Driver - customizable driver for RGB Glass. Currently used for selected PIC32MX device families. 
RGB 
mchpGfxLCC.c, mchpGfxLCC.h 
Samsung S6D0129/S6D0139 
8/16 bit PMP 
drvTFT001.c, drvTFT001.h 
LG LGDP4531 
8/16 bit PMP 
drvTFT001.c, drvTFT001.h 
Renesas R61505U/R61580 
8/16 bit PMP 
drvTFT001.c, drvTFT001.h 
Orise Technology SPDF5408 
8/16 bit PMP 
drvTFT001.c, drvTFT001.h 
Epson S1D13517 
8/16 bit PMP 
S1D13517.c, S1D13517.h 
Epson S1D13522 
8/16 bit PMP, SPI 
S1D13522.c, S1D13522.h 
Solomon Systech SSD1926 
8/16 bit PMP 
SSD1926.c, SSD1926.h 
Solomon Systech SSD1289 
8/16 bit PMP 
drvTFT002.c, drvTFT002.h 
Solomon Systech SSD1339 for OLED displays 
8 bit PMP 
SSD1339.c, SSD1339.h 
Solomon Systech SSD1303 for OLED displays 
8 bit PMP 
SH1101A_SSD1303.c, SH1101A_SSD1303.h 
Solomon Systech SSD1305 for OLED displays 
8 bit PMP 
SSD1305.c, SSD1305.h 
Solomon Systech SSD2119 
8/16 bit PMP 
drvTFT002.c, drvTFT002.h 
Sino Wealth SH1101A for OLED displays 
8 bit PMP 
SH1101A_SSD1303.c, SH1101A_SSD1303.h 
Sitronix ST7529 
8 bit PMP 
ST7529.c, ST7529.h 
Hitech Electronics HIT1270 
8 bit PMP 
HIT1270.c, HIT1270.h 
Ilitek ILI9320 
8/16 bit PMP 
drvTFT001.c, drvTFT001.h 
Himax HX8347 
8/16 bit PMP 
HX8347.c, HX8347.h 
UltraChip UC1610 
8 bit PMP 
UC1610.c, UC1610.h 

Please refer to Adding New Device Driver section to get more information on adding support for another LCD controller. 

Widgets 

In this version the following widgets are implemented:

This version of the library supports touch screen, side buttons and a variety of key pad configurations as a user input device. 

 

Required Resources 

The library utilizes the following estimated MCU resources (in # of bytes):

Module 
 
XC16
(Note 2) 
 
 
XC32
(Note 2) 
 
 
Heap 
RAM 
Flash 
Heap 
RAM 
Flash 
Primitives Layer 
98 
10242 
103 
8266 
GOL 
26 (per style scheme) 
36 
2547 
26 (per style scheme) 
54 
2308 
36 (per instance) 
16 
2262 
36 (per instance) 
24 
1916 
56 (per instance) 
128 
12330 
56 (per instance) 
148 
12132 
30 (per instance) 
1119 
30 (per instance) 
916 
Dial 
48 (per instance) 
20 
1572 
48 (per instance) 
24 
1460 
36 (per instance) 
52 
1263 
36 (per instance) 
56 
972 
34 (per instance) 
10 
1248 
34 (per instance) 
16 
1064 
Grid 
40 (per instance) 
2238 
40 (per instance) 
2104 
32 (per instance) 
1083 
32 (per instance) 
12 
860 
36 (per instance),
12 (per item) 
2271 
36 (per instance),
12 (per item) 
16 
1848 
60 (per instance) 
44 
3087 
60 (per instance) 
48 
2704 
38 (per instance) 
10 
834 
38 (per instance) 
12 
724 
34 (per instance) 
28 
1632 
34 (per instance) 
32 
1264
 
36 (per instance) 
14 
1218 
36 (per instance) 
20 
992 
40 (per instance) 
22 
2481 
40 (per instance) 
28 
2152 
30 (per instance) 
912 
30 (per instance) 
12 
740 
52 (per instance),
(24 per key) 
24 
2832 
52 (per instance),
(24 per key) 
28 
2372 
32 (per instance) 
969 
32 (per instance) 
784 

Notes:

  1. Data is collected using 16-bit color depth.
  2. Data is collected using 's' optimization. XC32 data is using 16-bit build mode.
  3. The collected data are based on the most common used configuration of the library and may change depending on the compile time options listed in Graphics Library Configuration section of this document.
  4. Data is based on Graphics Library version 3.06.02.

 

The heap is the dynamic memory requirement. When using a strategy of dynamically creating objects for the active screen, then the heap memory used will be released when the screen is changed. A new set of objects will be created and the required heap will be allocated. In this scenario, when calculating for the worst case heap requirement, consider the screen with maximum number of objects. If for worse case you have 6 buttons, 2 sliders and 2 edit box on screen that utilizes three style schemes then worse case dynamic memory requirement will be 6*36 + 2*40 + 2*34 + 3*26; 442 bytes. The RAM requirements (columns 3 & 6), however, is not dependent on the number of instances. If the object is included in the build, then it will use a fixed amount of RAM irrespective of its usage. 

Each font, depending on the height, will require program memory. For an English font with 32-127 character IDs and a height of 18-26 pixels, the required memory will be in the range of 7 – 10KB of program memory. This requirement may change for other languages with additional characters. 

Images require additional memory. The memory requirement for images depends on color depth and size. 

The fonts and images can be stored in internal memory or external memory. The external memory can be anything serial EEPROM, parallel Flash, SD card etc. The application provides physical interface code for these devices. 

 

Previous Versions Log 

v3.06 (2012-08-22) 

New: 

  • Partial rendering of images now supported (see PutImagePartial()).
  • Double Buffering is now supported in Microchip Low-Cost Controllerless (LCC) Graphics Display Driver.
  • Added dsPIC33EPXXX device family support.
  • Added S1D13522 EPD Controller Driver.
  • Added E-Paper Epson Demo.
  • Added Alpha-Blend support for Bar() function.
  • Graphics Resource Converter (GRC) now allows for padding and non-padding bitmap images. Bitmap images are padded which means that each horizontal line will start on a byte boundary. The option has been added to allow for conversion of bitmap resources to be non-padded which allows the least resource space and controllers with windowing that auto increments to use them.
  • For XC16 or C30 builds, internal fonts can now be placed program memory. If the font data or a combination of font data resources exceed the 32 Kbyte limit of the data memory space, a define, USE_GFX_FONT_IN_PROGRAM_SECTION, should be defined in graphics configuration header (GraphicsConfig.h). This will place the font resource data in program memory space.

Changes:

  • Graphics Object Demo now uses images that are RLE compressed.
  • Address range check for GFX_EPMP_CS1_MEMORY_SIZE and GFX_EPMP_CS2_MEMORY_SIZE in Graphics Module in PIC24FJ256DA210 Display Driver file (mchpGfxDrv.c) is modified for strict checks of allocated address pins for the EPMP. See "Migration Changes" below for the address lines needed to be allocated.
  • Swapped the bit orientation for the 1 BPP bitmap images. The previous versions of the library expects the left most pixel at the MSBit. This has been changed so the the left most pixel is located at the LSBit. The change was made to accommodate controllers that have windowing. This also makes the pixel orientation consistent with the pixel orientation of 4bpp images.

Fixes:

Deprecated Items: 

The following Resistive Touch Screen macro names are replaced for readability and flexibility if use:

  • TRIS_XPOS - replaced by ResistiveTouchScreen_XPlus_Config_As_Input()
  • TRIS_YPOS - replaced by ResistiveTouchScreen_YPlus_Config_As_Input()
  • TRIS_XNEG - replaced by ResistiveTouchScreen_XMinus_Config_As_Input()
  • TRIS_YNEG - replaced by ResistiveTouchScreen_YMinus_Config_As_Output()
  • LAT_XPOS - replaced by ResistiveTouchScreen_XPlus_Drive_High()
  • LATS_YPOS - replaced by ResistiveTouchScreen_YPlus_Drive_High()
  • LAT_XNEG - replaced by ResistiveTouchScreen_XMinus_Drive_Low()
  • LAT_YNEG - replaced by ResistiveTouchScreen_YMinus_Drive_Low()

Migration Changes:

  • To use the new Resistive Touchscreen macros, replace the TouchScreenResistive.c file with the version in this release. Then replace the hardware profile macros to use the new macro names. Existing hardware profile can still be used but build warnings will appear.
  • If custom display driver is used and the PutImage() functions are implemented for faster rendering, the new partial image rendering feature requires these PutImage() functions to be modified. See PutImagePartial() API description and implementation in Primitive.c for details.
  • Address range check for GFX_EPMP_CS1_MEMORY_SIZE and GFX_EPMP_CS2_MEMORY_SIZE that are defined in hardware profile are modified when using the Graphics Module in PIC24FJ256DA210 Device and using external memory for display buffer, the driver file (mchpGfxDrv.c). This check allocates address pins for the EPMP. Modify the GFX_EPMP_CS1_MEMORY_SIZE and GFX_EPMP_CS2_MEMORY_SIZE values set in the hardware profile to match the table shown below.
    • GFX_EPMP_CSx_MEMORY_SIZE <= 0x20000 (bytes) - Use PMA[15:0]
    • 0x20000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x40000(bytes) - Use PMA[16:0]
    • 0x40000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x80000(bytes) - Use PMA[17:0]
    • 0x80000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x100000(bytes) - Use PMA[18:0]
    • 0x100000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x200000(bytes) - Use PMA[19:0]
    • 0x200000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x400000(bytes) - Use PMA[20:0]
    • 0x400000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x800000(bytes) - Use PMA[21:0]
    • 0x800000 (bytes) < GFX_EPMP_CSx_MEMORY_SIZE <= 0x1000000(bytes) - Use PMA[22:0]
  • 1BPP images needs to be regenerated using the "Graphics Resource Converter" since the bit orientation is swapped. When rendering a 1 BPP image, the PutImage() function will expect the left most pixel to be located in the LSBit of each word.
  • To utilize the new feature where the fonts can be placed in the program memory, to remove the 32 KByte limit for data space in XC16 or C30 builds, fonts must be regenerated using the "Graphics Resource Converter" and then add #define USE_GFX_FONT_IN_PROGRAM_SECTION in GraphicsConfig.h.

Known Issues:

  • Extended glyph for certain font (such as Thai) when used with Static text widget is clipped. Future version will add additional vertical text alignment to the static text widget
  • Anti-aliasing and extended glyph features are not supported when using PIC24FJ256DA210 CHRGPU.
  • SPI flash programming on the Epson S1D13517 PICtail board Rev 1.1 is not always reliable, the S1D13517 demo no longer uses external memory flash in the example.
  • When using PIC24FJ256GB210 PIM with Explorer 16 board that has a 5v Lumex LCD display, the S1D13517 demo does not run correctly.
  • When using XC16 Compiler V1.00, add "-fno-ivopts" compile option. This is a known issue V1.00 of XC16.
  • When using ListBox Widget, the widget height should be greater than the height of the font used for the widget.

 

v3.04.01 (2012-04-03) 

New:

  • No new items on this release.

Changes:

  • Structure of this help file is modified. Section names that list APIs now has the API in the name.

Fixes:

Deprecated Items:

  • TYPE_MEMORY - replaced by GFX_RESOURCE
  • EXTDATA - replaced by GFX_EXTDATA
  • BITMAP_FLASH - replaced by IMAGE_FLASH
  • BITMAP_RAM - replaced by IMAGE_RAM
  • BITMAP_EXTERNAL - replaced by GFX_EXTDATA
  • EEPROM.h and EEPROM.c are replaced by the following files:
    • MCHP25LC256.c - source code
    • MCHP25LC256.h - header file
    • in the HardwareProfile.h add #define USE_MCHP25LC256 to use the new driver.

Migration Changes:

  • none

Known Issues:

  • Extended glyph for certain font (such as Thai) when used with Static text widget is clipped. Future version will add additional vertical text alignment to the static text widget
  • Anti-aliasing and extended glyph features are not supported when using PIC24FJ256DA210 CHRGPU.
  • SPI flash programming on the Epson S1D13517 PICtail board Rev 1.1 is not always reliable, the S1D13517 demo no longer uses external memory flash in the example.
  • When using PIC24FJ256GB210 PIM with Explorer 15 board with a 5v Lumex LCD display, the S1D13517 demo does not run correctly.

 

v3.04 (2012-02-15) 

New:

  • Font Table is updated to version 2 to accommodate anti-alias font, and extended glyph.
    • Added anti-aliasing support for fonts (2bpp). See Primitive demo for an example.
    • Added extended-glyph support for fonts. See demo in the AppNote demo - AN1182, This demo now includes Hindi and Thai font.
  • Added 32-bit CRC code for resources to be placed in external memory. This CRC value can be used to verify if the data in external memory is valid or not. Refer to Graphics Resource Converter release notes for details. Demos that uses external memory as a resource are now checking the CRC value, and if invalid, automatically requests for external memory resource programming.
  • Added new demos specific to PIC24FJ256DA210:
    • Elevator Demo - This demo shows an elevator status monitor that indicates the current location of the elevator car.
    • RCCGPU-IPU Demo - formerly PIC24F_DA Demo. This demo shows how RCCGPU and IPU modules are used.
    • Color Depth Demo - This demos shows how 1bpp, 4bpp and 8 bpp color depths applications are implemented.
    • Remote Control Demo - This demo shows how a universal remote control can be implemented using RF4CE communication protocol. This demo also integrates the MRF24J40MA (a certified 2.4 GHz IEEE 802.15.4 radio transceiver module) for sending RF4CE messages to the paired device.
  • Added driver for Solomon Systech 132x64 OLED/PLED Display Controller SSD1305

Changes:

  • Modified Resistive Touch Screen calibration. Now the calibration stores the 8 touch points to support large touch panels.
  • Modified 4-wire Resistive Touch Screen driver to support build time setting of single samples and auto-sampling of resistive touch inputs.
  • Naming of internal and external resource files (files that defined fonts and images) in most demos are now standardized to use the same naming convention.
  • Support for Graphics PICTail v2 (AC164127) is now discontinued.
  • Merged "JPEG" demo and "Image Decoders" demo to "Image Decoder" demo.
  • Graphics Resource Converter upgrade (Version 3.17.47) - refer to "Graphics Resource Converter Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\grc for details.
  • External Memory Programmer upgrade (Version 1.00.01) - refer to "External Memory Programmer Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\memory_programmer for details.

Fixes:

  • Fix PushRectangle() issue where one line of pixel is not being updated.
  • Fix TextEntry widget issue where the string is not displayed when the allocated string buffer length is equal to the maximum string length set in the widget.
  • Fonts maximum character height is now set to 2^16.

Deprecated Items:

  • TYPE_MEMORY - replaced by GFX_RESOURCE
  • EXTDATA - replaced by GFX_EXTDATA
  • BITMAP_FLASH - replaced by IMAGE_FLASH
  • BITMAP_RAM - replaced by IMAGE_RAM
  • BITMAP_EXTERNAL - replaced by GFX_EXTDATA
  • EEPROM.h and EEPROM.c are replaced by the following files:
    • MCHP25LC256.c - source code
    • MCHP25LC256.h - header file
    • in the HardwareProfile.h add #define USE_MCHP25LC256 to use the new driver.

Migration Changes:

  • For existing code that wants to use the new anti-aliased fonts or extended glyph features: regenerate the font tables using the "Graphics Resource Converter" with the check box for the required feature set to be enabled. For anti-aliased fonts, add the macro #define USE_ANTIALIASED_FONTS in the GraphicsConfig.h

Known Issues:

  • Extended glyph for certain font (such as Thai) when used with Static text widget is clipped. Future version will add additional vertical text alignment to the static text widget
  • Anti-aliasing and extended glyph features are not supported when using PIC24FJ256DA210 CHRGPU.
  • SPI flash programming on the Epson S1D13517 PICtail board Rev 1.1 is not always reliable, the S1D13517 demo no longer uses external memory flash in the example.
  • When using PIC24FJ256GB210 PIM with Explorer 15 board with a 5v Lumex LCD display, the S1D13517 demo does not run correctly.

v3.03 (v3.02) 

New:

  • Added custom video playback from SD Card in SSD1926 Demo. Video frames are formatted to RGB565 format.
  • Added support for 1bpp, 4bpp and 8 bpp color depth on Chart widget.
  • Added support for Display Boards from Semitron
    • Seiko 35QVW1T
    • Seiko 43WVW1T

Changes:

  • Maximum font height is now 256 pixels.
  • Modified EditBox behavior
    • Caret is now by default enabled.
    • Caret can now be shown even if USE_FOCUS is disabled.
    • Applications can now respond to touchscreen event on EditBoxes when USE_FOCUS is disabled.
  • Modified resistive touchscreen calibration sequence.
  • Graphics Resource Converter upgrade (Version 3.8.21) - refer to "Graphics Resource Converter Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\grc for details.
  • External Memory Programmer upgrade (Version 1.00.01) - refer to "External Memory Programmer Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\memory_programmer for details.

Fixes:

  • Fix Low Cost Controller display driver issue when run with Resistive Touch Screen driver that uses single samples.
  • Fix issue on PIC24FJ256DA210 display driver PutImage()'s issue when using palette on 4 bpp and 1 bpp images.
  • Fix issue on PIC24FJ256DA210 display driver PutImage()'s missing lines when the image last pixel row or column falls on the edge of the screen.
  • Fix Resistive Touch Screen driver issue on rotated screens.
  • Fix GetImageHeight() GetImageWidth() issues for images that are RLE compressed.
  • EPMP module is now disabled when memory range defined for display buffer is located in internal memory.
  • Add default color definitions in gfxcolors.h for 1bpp, 4bpp 8bpp and 16 bpp. Added back legacy colors.
  • Fix HX8347 driver WritePixel() macro when using 16bit PMP mode.
  • Fix PIC24FJ256DA210 display driver issue on source data (continuous and discontinuous data) when doing block copies of memory using RCCGPU.

Deprecated Items:

  • TYPE_MEMORY - replaced by GFX_RESOURCE
  • EXTDATA - replaced by GFX_EXTDATA
  • BITMAP_FLASH - replaced by IMAGE_FLASH
  • BITMAP_RAM - replaced by IMAGE_RAM
  • BITMAP_EXTERNAL - replaced by GFX_EXTDATA
  • EEPROM.h and EEPROM.c are replaced by the following files:
    • MCHP25LC256.c - source code
    • MCHP25LC256.h - header file
    • in the HardwareProfile.h add #define USE_MCHP25LC256 to use the new driver.

Migration Changes:

  • EditBox widget's caret behavior is now by default enabled when USE_FOCUS is set. To disable, ignore all messages for the edit box by returning a zero when in GOLMsgCallback().

Known Issues:

  • PutImage() does not work when using PIC24FJ256DA210 and look up table is used on images located at EDS memory with color depth less than 8bpp.
  • External Memory Programmer utility does not work with Graphics PICTail v2 (AC164127)
  • When using PIC24FJ256GB210 PIM with Explorer 15 board with a 5v Lumex LCD display, the S1D13517 demo does not run correctly.
  • Font tables are limited to 256 pixel character height.

v3.02 

New:

  • Added custom video playback from SD Card in SSD1926 Demo. Video frames are formatted to RGB565 format.
  • Added support for 1bpp, 4bpp and 8 bpp color depth on Chart widget.
  • Added support for Display Boards from Semitron
    • Seiko 35QVW1T
    • Seiko 43WVW1T

Changes:

  • Maximum font height is now 256 pixels.
  • Modified EditBox behavior
    • Caret is now by default enabled.
    • Caret can now be shown even if USE_FOCUS is disabled.
    • Applications can now respond to touchscreen event on EditBoxes when USE_FOCUS is disabled.
  • Modified resistive touchscreen calibration sequence.
  • Graphics Resource Converter upgrade (Version 3.8.21) - refer to "Graphics Resource Converter Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\grc for details.
  • External Memory Programmer upgrade (Version 1.00.01) - refer to "External Memory Programmer Help.pdf" located in <Install Directory>\Microchip Solutions\Microchip\Graphics\bin\memory_programmer for details.

Fixes:

  • Fix issue on PIC24FJ256DA210 display driver PutImage()'s missing lines when the image last pixel row or column falls on the edge of the screen.
  • Fix Resistive Touch Screen driver issue on rotated screens.
  • Fix GetImageHeight() GetImageWidth() issues for images that are RLE compressed.
  • EPMP module is now disabled when memory range defined for display buffer is located in internal memory.
  • Add default color definitions in gfxcolors.h for 1bpp, 4bpp 8bpp and 16 bpp. Added back legacy colors.
  • Fix HX8347 driver WritePixel() macro when using 16bit PMP mode.
  • Fix PIC24FJ256DA210 display driver issue on source data (continuous and discontinuous data) when doing block copies of memory using RCCGPU.

Deprecated Items:

  • TYPE_MEMORY - replaced by GFX_RESOURCE
  • EXTDATA - replaced by GFX_EXTDATA
  • BITMAP_FLASH - replaced by IMAGE_FLASH
  • BITMAP_RAM - replaced by IMAGE_RAM
  • BITMAP_EXTERNAL - replaced by GFX_EXTDATA
  • EEPROM.h and EEPROM.c are replaced by the following files:
    • MCHP25LC256.c - source code
    • MCHP25LC256.h - header file
    • in the HardwareProfile.h add #define USE_MCHP25LC256 to use the new driver.

Migration Changes:

  • EditBox widget's caret behavior is now by default enabled when USE_FOCUS is set. To disable, ignore all messages for the edit box by returning a zero when in GOLMsgCallback().

Known Issues:

  • PutImage() does not work when using PIC24FJ256DA210 and look up table is used on images located at EDS memory with color depth less than 8bpp.
  • External Memory Programmer utility does not work with Graphics PICTail v2 (AC164127)
  • When using PIC24FJ256GB210 PIM with Explorer 15 board with a 5v Lumex LCD display, the S1D13517 demo does not run correctly.
  • Font tables are limited to 256 pixel character height.

v3.01 (v3.00) 

New:

  • Graphics External Memory Programmer ported to java version.
    • Two options to program boards:
      • UART option if the board supports UART interface
      • USB option if the board support USB device interface
    • when installing the USB drivers for the programmer utility Use the drivers located in "<install directory>\Microchip\Utilities\USB Drivers\MPLABComm"
    • For detailed usage, please refer to the External Programmer help file
  • Added Analog Clock widget.
  • Added new driver Epson S1D13517 display driver with additional driver features:
    • Gradient
    • Alpha Blending
    • 16/24 bits per pixel (bpp)
  • Added new Graphics PICtail Plus Epson S1D13517 Board (AC164127-7)
  • Added new Graphics Display Truly 5.7" 640x480 Board (AC164127-8)
  • Added new Graphics Display Truly 7" 800x480 Board (AC164127-9)
  • Added 24bpp support.
  • Added a specific PIC24FJ256DA210 demo, PIC24F_DA
  • Graphics Resource Converter - refer to the Graphics Resource Converter help file for release note information.
  • New PIC32MX Low-Cost Controllerless Graphics PICTail Board (AC164144)
  • Added Run Length Encoding (RLE) compression for bitmap images.
    • RLE4 - compression for 4-bit palette (16 color) images
    • RLE8 - compression for 8-bit palette (256 color) images
  • Added Transparency feature for PutImage() functions in Primitive Layer. For Driver Layer, this feature is enabled in the following drivers:
    • mchpGfxDrv - Microchip Graphics Controller Driver
    • SSD1926 - Solomon Systech Display Controller Driver
  • Added new demo for Graphics PICtail Plus Epson S1D13517 Board (S1D13517 Demo)
  • Added AR1020 Resistive Touch Screen Controller beta support.
  • Added support for MikroElektronika "mikroMMB for PIC24" board.
  • Added DisplayBrightness() function for display drivers that have an option to control the display back light.
  • MPLAB X demo project support (BETA)
    • Tested with MPLAB X Beta 6
    • Each demo project contains multiple configuration schemes
  • The graphics object layer uses a default scheme structure. If the application wishes to use a different default scheme, the application will need to define GFX_SCHEMEDEFAULT in GraphicsConfig header file.

Changes:

  • Relocated all Graphics Demo projects under Graphics directory (<install directory>/Graphics).
  • Works with Graphics Display Designer version 2.1
  • Works with Graphics Resource Converter version 3.3
  • Removed IPU decoding from the Primitive demo
  • Removed ImageFileConverter application from Image Decoder demo
    • Use Graphics Resource Converter to generate output for the demo.
  • Shorten file name by using abbreviated names
    • Refer to abbreviations.htm in the Microchip help directory for details
  • Change the "Alternative Configurations" directory in the demos to "Configs"
  • Changed the "Precompiled Demos" directory in the demos to "Precompiled Hex"
  • Combined all application note demos (AN1136, AN1182, AN1227 and AN1246) into one demo project (AppNotes).
  • Modified External Memory and JPEG demos to include USB device mode to program external flash memory.
  • Moved the location of the COLOR_DEPTH setting from the HardwareProfile.h to the GraphicsConfig.h
  • Removed USE_DRV_FUNCTIONNAME (example USE_DRV_LINE to implement the Line() function in the driver) option to implement Primitive Layer functions in the Driver Layer. The Primitive Layer functions are now modified to have weak attributes, so when the driver layer implements the same function, the one in the driver will be used at build time.
  • Modified HardwareProfile.h for Graphics demo boards and development Platforms.
    • When using Resistive Touch Screen: add macro USE_TOUCHSCREEN_RESISTIVE
    • When using AR1020 as the touch screen controller: add macro USE_TOUCHSCREEN_AR1020
    • When using SPI Flash Memory (SST25VF016) in Graphics Development Boards: add macro USE_SST25VF016
    • When using Parallel Flash Memory (SST39LF400) in PIC24FJ256DA210 Development Board: add macro USE_SST39LF400
    • When using Parallel Flash Memory (SST39LF400) in PIC24FJ256DA210 Development Board: add macro USE_SST39LF400
    • Added function pointers for Non-Volatile Memories when used in the Demos.
      • NVM_SECTORERASE_FUNC - function pointer to sector erase function.
      • NVM_WRITE_FUNC - function pointer to write function.
      • NVM_READ_FUNC - function pointer to read function.
  • Display Driver Layer architecture is changed. Refer to Adding New Device Driver for new requirements.
  • Modified Resistive Touch Driver calibration
  • In the PIC24FJ256DA210 driver, CopyWindow() is modified to CopyBlock().

Fixes:

  • Fixed issue on vertical Progress Bar rendering.
  • Updated demos Google map and JPEG to use the proper GFX_RESOURCE identifiers for JPEG resources
  • HX8347 driver now compiles and works with 'mikroMMB for PIC24'
  • Bug fixes in the digital meet and cross hair widgets
  • Removed references to the PIC24 configuration bit COE_OFF.
  • Fixed issue on PutImage() when using PIC24FJ256DA210 and look up table is used on images located at internal or external SPI flash with color depth less than 8bpp.
  • Fixed issue on Line() in the SSD1926 and mchpGfxDrv driver files. The stored coordinates after a successful rendering of a line will be at the end point (x2,y2).

Deprecated Items:

Migration Changes:

  • DisplayDriver.c is not used to select the display driver (the file is not a part of the graphics library release package).
    • The application should include the driver(s) in the project. Multiple driver files can be included in one project because the hardware profile will define the driver and only that driver's source code will be used.
      • For example, a project may be designed to use the Microchip's PIC24FJ256DA210 graphics controller and the SSD1926 depending on the hardware profile used. The project will include the following source files, SSD1926.c and mchpGfxDrv.c, among the graphics source files. The hardware profile will contain the following macros, GFX_USE_DISPLAY_CONTROLLER_SSD1926 and GFX_USE_DISPLAY_CONTROLLER_MCHP_DA210, to select the SSD1926 and Microchip's PIC24FJ256DA210 graphics controller, respectively.
  • When using PIC24FJ256DA210, the driver files are now changed to:
    • mchpGfxDrv.c - source code
    • mchpGfxDrv.h - header file
    • mchpGfxDrvBuffer.c - source code that declares display buffer, work areas and cache areas for IPU operations in EDS.
  • The touch screen drivers in the "Board Support Package" directory are renamed to:
    • TouchScreenResistive.c - internal resistive touch source code
    • TouchScreenResistive.h - internal resistive touch header file
    • TouchScreenAR1020.c - external AR1020 touch source code
    • TouchScreenAR1020.h - external AR1020 touch header file
    • The two original files (TouchScreen.c and TouchScreen.h) are still needed since they are defining common interfaces to resistive touch drivers.
    • When using the internal resistive touch module, the project will contain TouchScreenResistive.c and TouchScreen.c. All modules that reference touch screen APIs will include TouchScreen.h header file.
    • When using the external AR1020 touch module, the project will contain TouchScreenAR1020.c and TouchScreen.c. All modules that reference touch screen APIs will include TouchScreen.h header file.
    • The touch screen initialization routine API has changed. The new TouchInit API has four parameters passed. Please refer to the API definition for more details.
  • When using the Potentiometer on the graphics development boards, include in your project the following files found in the "Board Support Package" directory :
    • TouchScreenResistive.c - source code
    • TouchScreenResistive.h - header file
    • Potentiometer.h - contains the APIs for the A/D interface.
  • EEPROM.h and EEPROM.c are going to be deprecated. Use the two new files:
    • MCHP25LC256.c - source code
    • MCHP25LC256.h - header file
    • in the HardwareProfile.h add #define USE_MCHP25LC256 to use the new driver.
  • A SPI driver has been created to support projects with multiple devices on one SPI channel.
    • Projects will need to include the source file drv_spi.c in projects that use devices on a SPI channel.
  • SPI Flash initialization routines will need to pass a DRV_SPI_INIT_DATA structure. This structure defines the SPI control and bit rate used by the SPI Flash module.
  • The COLOR_DEPTH macro has been moved from the hardware profile header file to the GraphicsConfig.h header file.
  • For project migration please refer the graphics demos for examples.

Known Issues:

  • PutImage() does not work when using PIC24FJ256DA210 and look up table is used on images located at EDS memory with color depth less than 8bpp.
  • PutImage() of when using PIC24FJ256DA210 for 8bpp images is missing the last row and last column of the bitmap when the image is from external memory, look up table is used and the screen is rotated 90 degrees.
  • When compiling the Analog Clock source code with C30 v3.24 the optimization setting must be set to 0 (none).
  • External Memory Programmer utility does not work with Graphics PICTail v2 (AC164127)
  • When using PIC24FJ256GB210 PIM with Explorer 15 board with a 5v Lumex LCD display, the S1D13517 demo does not run correctly.
  • Font tables are limited to 256 pixel character height. For fonts generated for external memory, the maximum height limitation is 128 pixels.

v2.11 

New:

  • Graphics Resource Converter (GRC) ported to java version.
  • Added support for Inflate Processing Unit (IPU) and Character Processing Unit (CHRGPU)of the Microchip Graphics Module implemented in PIC24FJ256DA210.
  • Added new "Google Map Demo" for PIC32MX795F512L and PIC24FJ256DA210 device.
  • Added SST39LF400 Parallel Flash Memory driver in "Board Support Package". This is the driver for the parallel flash on the "PIC24FJ256DA210 Development Board".
  • Added demo support for PIC32 MultiMedia Expansion Board (DM320005).
  • Added GFX_IMAGE_HEADER structure. This structure defines how the image(s) are accessed and processed by the Graphics Library.
  • Added a third option (#define XCHAR unsigned char) on the XCHAR usage. This is provided as an option to use characters with IDs above 127 and below 256. With this option, European fonts that uses characters with character IDs above 127 and below 256 can now be generated and used in the library.
  • Added a scheme to replace the default font GOLFontDefault in the library with any user defined fonts. Refer to "Changing the default Font" for details.

Changes:

  • Added compile switches to all drivers in "Board Support Package" for options to compile out when not used in specific projects.
  • Replaced TYPE_MEMORY with GFX_RESOURCE type enumeration and expanded the enumeration for graphics resources (such as images and fonts). GFX_RESOURCE type will determine the source and the data format of the resource (compressed or uncompressed).
  • Changes on the macros used on the "Graphics JPEG Demo":
// Valid values of the first field for JPEG_FLASH and JPEG_EXTERNAL structures
#define FILE_JPEG_FLASH     2   // the JPEG file is located in internal flash
#define FILE_JPEG_EXTERNAL  3   // the JPEG file is located in external memory

to

// Valid values of the first field for JPEG_FLASH and JPEG_EXTERNAL structures
#define FILE_JPEG_FLASH     0   // the JPEG file is located in internal flash
#define FILE_JPEG_EXTERNAL  1   // the JPEG file is located in external memory
  • Added function pointers to GOL structure OBJ_HEADER. These function pointers makes it easier to add user created objects in the Graphics Library.
    • DRAW_FUNC - function pointer to object drawing function.
    • FREE_FUNC - function pointer to object free function. Only for objects that needs free routines to effectively free up memory used by the object create function.
    • MSG_FUNC - function pointer to object message function.
    • MSG_DEFAULT_FUNC - function pointer to object default message function.
  • Merged "Graphics External Memory Demo" and "Graphics External Memory Programmer" into one demo "Graphics External Memory Programmer and Demo".

Fixes:

  • TouchScreen driver now checks display orientation and adjusts the touch to be aligned to the display orientation.
  • Fixed GOLFocusNext() issue on list that does not contain an object that can be focused.
  • Removed redundant code in GOLRedrawRec().
  • Added an option in XCHAR to use unsigned char.

Deprecated Items:

Migration Changes:

  • To use drivers located in "Board Support Package" directory, add the USE_DRIVERNAME macro in application code (in the demos these are added in the HardwareProfile.h) to include the drivers. Refer to the specific driver code for the correct USE_DRIVERNAME macro name.
  • The new version of the Graphics Resource Converter generates graphics application resources (fonts and images) using the new GFX_IMAGE_HEADER structure for images and new GFX_RESOURCE type defines to specify location of the resources. Because of this, some structures are deprecated and replaced with more appropriate structures. To remove the deprecation warnings, regenerate the fonts and images files using the new Graphics Resource Converter.

Known Issues:

  • Graphics SSD1926 JPEG and SD Card Demo does not support Graphics Display Powertip 4.3" 480x272 Board (PH480272T_005_I11Q). As is, there's not enough spare memory space to carry out the hardware JPEG decoding operation by the SSD1926. A potential work around is to reduce the active display area size to reserve more memory space for the JPEG decoding operation.
  • SSD1926 hardware acceleration for eclipse is disabled due to missing pixels at Angle 0.
  • PIC32MX460 PIM (not Starter Kit) does not support 16-bit PMP mode with Graphics PICtail™ Plus Board Version 3 (SSD1926) Board. It only supports 8-bit PMP mode. This is due to pin mapping conflicts on the boards.
  • This version of Graphics Library is not compatible with Graphics Display Designer v2.0.0.9c

v2.10 

New:

  • Added new demo "Graphics Object Layer Palette Demo" for PIC24FJ256DA210 device.
  • Added support for PIC32MX795F512L device.
  • Added documentation for the Grid object.
  • Added Vertical Mode to Progress Bar.
  • Added MicrochipGraphicsModule display driver.
  • Added "Board Support Package" directory. This contains common hardware drivers for Microchip demo boards.
  • Added OBJ_MSG_PASSIVE as a translated message on the slider to detect a touch screen release message. This has no effect on the state of the slider. Applications that does not qualify for touch press and touch move event must now qualify the messages for the slider object to avoid processing messages for touch release.

Changes:

  • To improve speed modified gfxpmp.c and gfxepmp.c to be inline functions in gfxpmp.h and gfxepmp.h respectively.
  • Changed HX8347A.c to HX8347.c (both the D and A driver version is implemented in the new file). To select set the DISPLAY_CONTROLLER to be HX8347A or HX8347D in the hardware profile.
  • Modified malloc() and free() to be defined by macros in GraphicsConfig.h file. For applications using Operating System, the macros can be redefined to match the OS malloc and free functions. The default settings are:
  • Merged GOL Demo English and Chinese demo into one demo.
  • Removed the macro "GRAPHICS_HARDWARE_PLATFORM". This is specific to Microchip demo boards.
  • Abstracted the timer from the touch screen driver.
  • Moved the following hardware drivers to the "Board Support Package" directory
    • Touch screen driver: TouchScreen.c and TouchScreen.h files.
    • SPI Flash driver: SST25VF016.c and SST25VF016.h files.
    • Graphics PICtail Version 2 Parallel Flash driver: SST39VF040.c and SST39VF040.h files.
    • Explorer 16 SPI EEPROM Flash driver: EEPROM.c and EEPROM.h files.
    • Graphics PICtail Version 2 Beeper driver: Beep.c and Beep.h files.
  • Revised the Seiko 3.5" 320x240 display panel schematic to revision B. Corrected the pin numbering on the hirose connector. See "Schematic for Graphics Display Seiko 3.5in 320x240 Board Rev B.pdf" file on the \Microchip Solutions\Microchip\Graphics\Documents\Schematics directory.

Fixes:

  • Fixed TextEntry object issue on output string maximum length.
  • Fixed Slider increment/decrement issue on Keyboard messages.
  • Fixed GOLGetFocusNext() bug when none of the objects in the list can be focused.

Migration Changes:

  • pmp interface files are converted to header files and functions are now inline functions to speed up pmp operations. Projects must be modified to:
    • include gfxpmp.h and gfxepmp.h source files in the project.
    • gfxepmp.c file is retained but will only contain the definition of the EPMP pmp_data.
  • Converted the macro: #define GRAPHICS_HARDWARE_PLATFORM HARDWARE_PLATFORM where HARDWARE_PLATFORM is one of the supported hardware platforms defined in the section Graphics Hardware Platform to just simply #define HARDWARE_PLATFORM.
  • Since the timer module is abstracted from the touch screen driver in the "Board Support Package", the timer or the module that calls for the sampling of the touch screen must be implemented in the application code. Call the function TouchProcessTouch() to sample the touch screen driver if the user has touched the touch screen or not.

Example:

// to indicate the hardware platform used is the
// Graphics PICtail™ Plus Board Version 3
#define GFX_PICTAIL_V3
  • Projects which uses the following hardware drivers will need to use the latest version of the drivers located in the "Board Support Package" directory.
    • Touch screen driver: TouchScreen.c and TouchScreen.h files.
    • SPI Flash driver: SST25VF016.c and SST25VF016.h files.
    • Graphics PICtail Version 2 Parallel Flash driver: SST39VF040.c and SST39VF040.h files.
    • Explorer 16 SPI EEPROM Flash driver: EEPROM.c and EEPROM.h files.
    • Graphics PICtail Version 2 Beeper driver: Beep.c and Beep.h files.
  • In the TouchScreen driver, the timer initialization and timer interrupt sub-routine (ISR) are abstracted out of the driver. The initialization and the ISR should be defined in the application code. the TouchProcessTouch() function in the driver should be called in the ISR to process the touch.

Known Issues:

  • Graphics SSD1926 JPEG and SD Card Demo does not support Graphics Display Powertip 4.3" 480x272 Board (PH480272T_005_I11Q). As is, there's not enough spare memory space to carry out the hardware JPEG decoding operation by the SSD1926. A potential work around is to reduce the active display area size to reserve more memory space for the JPEG decoding operation.
  • SSD1926 hardware acceleration for eclipse is disabled due to missing pixels at Angle 0.
  • PIC32MX460 PIM (not Starter Kit) does not support 16-bit PMP mode with Graphics PICtail™ Plus Board Version 3 (SSD1926) Board. It only supports 8-bit PMP mode. This is due to pin mapping conflicts on the boards.
  • This version of Graphics Library is not compatible with Graphics Display Designer v2.0.0.9c

v2.01 

Changes:

  • Modified drivers for abstraction of pmp and epmp interfaces. they have a common header file DisplayDriverInterface.h.
  • DisplayDriverInterface.h is added to the Graphics.h file.
  • DelayMs() API is abstracted from the driver files. TimeDelay.c and TimeDelay.h is added.

Fixes:

  • Fixed background color bug in StaticText and Digital Meter object.
  • Fixed ListBox LbSetFocusedItem() bug on empty lists.
  • Graphics SSD1926 JPEG and SD Card Demo is fixed to support SD card of size 2GB or bigger

Migration Changes:

  • pmp interface is abstracted from the driver. Projects must be modified to:
    • include gfxpmp.c and gfxepmp.c source files in the project.
  • DelayMs() is abstracted from the drivers.
    • Add TimeDelay.c source file in the project.
    • Add TimeDelay.h header file in the project.

v2.00 

Changes:

  • "Graphics PICtail Board Memory Programmer" has been renamed to "Graphics External Memory Programmer".
  • "Bitmap & Font Converter" utility has been renamed to "Graphics Resource Converter".
  • Font format has changed. The bit order has been reversed. Necessary for cross compatibility.
  • Added 2 new directories in each demo
    • Precompiled Demos - this directory contains all pre-compiled demos for all hardware and PIC devices supported by the demo.
    • Alternative Configurations - this directory contains all the Hardware Profiles for all hardware and PIC devices supported by the demo.
  • Moved all hardware and display parameters from GraphicsConfig.h to HardwareProfile.h.HardwareProfile.h references a hardware profile file in "Alternative Configurations" directory based on the PIC device selected.

Fixes:

  • Fixed BtnSetText() bug when using Multi-Line Text in Buttons.
  • Fixed SDSectorWrite() function in SSD1926_SDCard.c in the "Graphics SSD1926 JPEG and SD Card Demo".

Migration Changes:

  • Move all hardware and display parameters from GraphicsConfig.h to HardwareProfile.h
    • panel type, display controller, vertical and horizontal resolution, front and back porches, synchronization signal timing and polarity settings etc.
  • GRAPHICS_PICTAIL_VERSION,1,2,250,3 options are now deprecated, new usages are:
    • #define GRAPHICS_HARDWARE_PLATFORM GFX_PICTAIL_V1
    • #define GRAPHICS_HARDWARE_PLATFORM GFX_PICTAIL_V2
    • #define GRAPHICS_HARDWARE_PLATFORM GFX_PICTAIL_V3
  • The font format has changed, run Graphics Resource Converter to regenerate font files, the bit order is reversed. No legacy support is provided. Primitive/Driver layers now expects the new format.
  • The initialization sequence of GOLInit() relative to the flash memory initialization is sensitive due to the sharing of hardware resources, i.e. SPI or PMP. Care should be taken to make sure the peripheral and I/O port settings are correct when accessing different devices.
  • A number of configuration options have been moved from GraphicsConfig.h to HardwareProfile.h, this is required to maintain a more logical flow.
  • HardwareProfile.h now points to one of many Alternative Configuration files, each one specific to a certain hardware board setup.
  • DelayMs routine in SH1101A-SSD1303.c/h is now a private function, no public API is exposed. In future releases, DelayMS will be removed from all drivers and be replaced by an independent module.
  • GenericTypeDefs.h has been updated with new definitions, this should not impact any legacy codes.

v1.75b 

Changes:

  • None.

Fixes:

  • Fixed Line2D() bug in SSD1926.c.
  • Fixed remainder error in JPEG decoding in JpegDecoder.c.
  • Fixed pinout labels for reference design schematic "Schematic for Graphics Display Powertip 4.3in 480x272 Board Rev 2.pdf".

Migration Changes:

  • None.

v1.75 Release (July 10, 2009) 

Changes:

  • Added 2D acceleration support for controllers with accelerated primitive drawing functions.
  • Added Digital Meter Widget for fast display refresh using fixed width fonts.
  • Added support for selected PIC24H Family of devices.
  • Added support for selected dsPIC33 Family of devices.
  • Updated all primitive functions to return success or fail status when executed. This is used to evaluate if the primitive function has finished rendering.
  • Updated Solomon Systech SSD1926 driver to use 2D accelerated functions.
  • New Display Controller Driver supported:
    • Ilitek ILI9320
    • Solomon Systech SSD1289
    • Himax HX8347
    • Renesas R61580
  • New demos are added:
    • PIC24F Starter Kit Demo
    • PIC24H Starter Kit Demo 1
    • Graphics JPEG Demo using internal and external flash memory for image storage
    • Graphics SSD1926 JPEG and SD Card Demo using SD Card for image storage
  • Added JPEG support to "Font and Bitmap Converter Utility".
  • Modified Button Widget for new options:
    • Use multi-line text (set USE_BUTTON_MULTI_LINE)
    • Detect continuous touch screen press event using messaging
  • Added Touch Screen event EVENT_STILLPRESS to support continuous press detection.
  • New reference design schematics added:
    • Schematic for Graphics Display DisplayTech 3.2in 240x320 Board.pdf
    • Schematic for Graphics Display Newhaven 2.2in 240x320 with HX8347.pdf
    • Schematic for Graphics Display Seiko 3.5in 320x240 Board.pdf
    • Schematic for Graphics Displays DisplayTech and Truly 3.2in 240x320 with SSD1289.pdf
    • Schematic for ILI9320.pdf

Fixes:

  • Fixed dimension calculation for quarter sized meter.

Migration Changes:

  • When using accelerated primitive functions while USE_NONBLOCKING_CONFIG is enabled, the accelerated primitive must be checked if it succesfully rendered. Refer to the coding example for details.
  • Replaced LGDP4531_R61505_S6D0129_S6D0139_SPFD5408.c and LGDP4531_R61505_S6D0129_S6D0139_SPFD5408.h files with drvTFT001.c and drvTFT001.h respectively.

v1.65 Release (March 13, 2009) 

Changes:

  • Added support for the new Graphics PICtail™ Plus Daughter Board (AC164127-3). This new board comes in two components: the controller board and the display board. The display board uses RGB type displays driven by the controller board. This configuration allows easy replacement of the display glass.
  • Added application note AN1246 "How to Create Widgets".
  • New Display Controller Driver supported
    • UltraChip UC1610
  • New demos are added
    • Graphics AN1246 Demo showing the TextEntry Widget.
    • Graphics Multi-App Demo showing USB HID, USB MSD and SD MSD demos using the Microchip Graphics Library.
  • Modified Meter Widget for new options:
    • Set Title and Value Font at creation time
  • Added GOLGetFocusPrev() for focus control on GOL Objects.
  • Added work spaces to demo releases.
  • Graphics PICtail™ Plus Board 1 is obsolete. All references to this board is removed from documentation.
  • New reference design schematics added:
    • Schematic for Graphics Display Ampire 5.7in 320x240 Board Rev A.pdf
    • Schematic for Graphics Display Powertip 3.5in 320x240 Board Rev B.pdf
    • Schematic for Graphics Display Powertip 4.3in 480x272 Board Rev B.pdf
    • Schematic for Graphics Display Truly 3.5in 320x240 Board Rev A.pdf
    • Schematic for Truly TOD9M0043.pdf

Fixes:

  • Fixed drawing bug on TextEntry Widget
  • Added missing documentation on Chart and Text Entry Widgets

Migration Changes:

  • none

v1.60 Release (December 3, 2008) 

Changes:

  • Added TextEntry Widget.
  • Modified Meter Widget for new options:
    • Define different fonts for value and title displayed.
    • Add option for resolution of one decimal point when displaying values.
    • Add color options to all six arcs of the Meter.
    • Meter range is not defined by a minimum value and a maximum value.
  • Added feature to a the Button Widget to allow cancelling of press by moving away the touch and releasing from the Button's face.
  • Added font sizes options of 3,4,5,6 & 7 in Font & Bitmap Converter Utility when converting fonts from TTF files.
  • Enhanced the architecture of the Display Device Driver Layer.

Fixes:

  • Fixed Font & Bitmap Converter Utility generation of reference strings to be set to const section.
  • Fixed panel rendering to always draw the panel face color even if bitmaps are present.

Migration Changes:

  • Added the following files in the Display Device Driver Layer to easily switch from one display driver to another.
    • DisplayDriver.h
    • DisplayDriver.c
  • Modified implementation of GraphicsConfig.h file to support new Display Device Driver Layer architecture.
  • Moved the definitions of pins used in device drivers implemented in all the demos to HardwareProfile.h file.
    • EEPROM Driver
    • Touch Screen Driver
    • Beeper Driver
    • Flash Memory Driver
    • Display Drivers
  • Modified GOL.c and GOL.h to include processing of TextEntry object when enabled by application.

v1.52 Release (August 29, 2008) 

Changes:

  • Added Chart Widget.
  • Added Property State for Window Widget. Text in Title Area can now be centered.
  • Added Supplementary Library for Image Decoders.
  • Added documentation of Default Actions on widgets.
  • Replaced USE_MONOCHROME compile switch with COLOR_DEPTH to define color depth of the display.
  • Added GOL_EMBOSS_SIZE to be user defined in GraphicsConfig.h.
  • Simplified initialization code for SSD1906 driver.

Fixes:

  • Fixed touch screen algorithm.
  • Fixed file path error in Font & Bitmap Converter Utility.

Migration Changes:

  • USE_GOL must be defined when using any Widgets.
  • New include directory paths are added to demo projects:
    • ..\..\..\Your Project Directory Name
    • ..\..\Include
  • Moved all driver files to new directory
    • C files from ..\Microchip\Graphics to ..\Microchip\Graphics\Drivers
  • GOL_EMBOSS_SIZE can now be defined by the user in GraphicsConfig.h. If user does not define this in GraphicsConfig.h the default value in GOL.h is used.

v1.4 Release (April 18, 2008) 

Changes:

  • Added full support for PIC32 families.
  • Added Application Note demo on fonts.
  • Added images for end designs using PIC devices.

Fixes:

  • Fixed GetPixel error in SSD1906 Driver.
  • Fixed SST39VF040 parallel flash driver reading instability.
  • Fixed error in 64Kbytes rollover in utility conversion of bitmaps and SST39VF040 parallel flash driver.
  • Fixed milli-second delay on PIC32.
  • Fixed compile time option errors for PIC32.
  • Fixed Graphics Object Layer Demo error in PIC32 when time and date are set.
  • Fixed Picture widget bug in detecting touchscreen in translating messages.

v1.3 Release (March 07, 2008) 

Changes:

  • none

Fixes:

  • Fixed an inaccurate ADC reading problem with some Explorer 16 Development Boards that uses 5V LCD display.
  • Editbox allocation of memory for text is corrected.
  • Fix slider SetRange() bug.
  • Set PIC32 configuration bits related to PLL to correct values.
  • Touch screen portrait mode bug is fixed.

v1.2 Release (February 15, 2008) 

Changes:

  • Added support for Graphics PICtail Plus Board Version 2
  • Added support for foreign language fonts
  • Version 1.2 of the font and bitmap utility
    • Support for multi-language scripts
    • Support for generating font table from installed fonts
    • Support to reduce font table size by removing unused characters
    • Support to select between C30 and C32 compiler when generating bitmaps and font tables.
  • Added Chinese version of Graphics Object Layer Demo.
  • New Display Controller Drivers supported
    • Solomon Systech SSD1906
    • Orise Technology SPDF5408
  • Replaced USE_UNICODE compile switch to USE_MULTIBYTECHAR compile switch to define XCHAR as 2-byte character.
  • Added compile switches
    • GRAPHICS_PICTAIL_VERSION - sets the PICtail board version being used.
    • USE_MONOCHROME – to enable monochrome mode.
    • USE_PORTRAIT - to enable the portrait mode of the display without changing the display driver files.
  • Added beta support for PIC32 device

Fixes:

  • Specification changes to List Box widget. Bitmap is added to List Box items.
  • Fixed List Box LbDelItemsList() error in not resetting item pointer to NULL when items are removed.
  • Editbox allocation of memory for text is corrected.
  • Static Text multi-byte character failure is fixed.
  • Bar() function erroneous call to MoveTo() is removed since it causes the drawing cursor to be displaced.
  • Removed SCREEN_HOR_SIZE and SCREEN_VER_SIZE macros from documentation. Maximum X and Y sizes are to be obtained by GetMaxX( ) and GetMaxY( ) macros.

v1.0 Release (November 1, 2007) 

Changes:

  • Edit Box, List Box, Meter, Dial widgets are added.
  • Button is modified. New options for the object are added.
  • Modified OBJ_REMOVE definition to OBJ_HIDE (example BTN_REMOVE to BTN_HIDE).
  • Modified GOLPanelDraw() function to include rounded panels.
  • External memory support for the fonts and bitmaps is implemented.
  • SSD1339 and LGDP4531 controllers support is added.
  • Bevel(), FillBevel() and Arc() functions are added.
  • Modified Graphics Object Layer Demo.
  • Added Graphics External Memory Demo & Graphics PICtailTM Board Memory Programmer Demo.
  • Added Graphics Application Note (AN1136- How to use widgets.) Demo.

Fixes: none 

v0.93 Beta release (August 29, 2007) 

Changes: none 

Fixes:

  • In demo code the bitmap images couldn’t be compiled without optimization. bmp2c.exe utility output is changed to fix this bug.
  • In demo code “volatile” is added for global variables used in ISRs.

v0.92 Beta release (July 25, 2007) 

Changes:

  • Keyboard and side buttons support is added.
  • Keyboard focus support is added.
  • PutImage() parameters are changed. Instead of pointer to the bitmap image the pointer to BITMAP_FLASH structure must be passed.
  • GOLSuspend() and GOLResume() are removed.
  • GOLMsg() doesn’t check object drawing status. It should be called if GOL drawing is completed.
  • GOLStartNewList() is replaced with GOLNewList().
  • Line() function calls are replaced with Bar() function calls for vertical and horizontal lines.
  • Parameter “change” is removed for SldIncVal() and SldDecVal() .
  • Some optimization and cleanup.
  • Slider API is changed:
    • SldSetVal() is changed to SldSetPos()
    • SldGetVal() is changed to SldGetPos()
    • SldIncVal() is changed to SldIncPos()
    • SldDecVal() is changed to SldDecPos()
    • SldCreate() input parameter are changed:
      • “delta”  changed to “res”

Fixes:

  • PutImage().
  • Line().
  • FillCircle().
  • For vertical slider the relation between thumb location and slider position is changed. For position = 0 thumb will be located at the bottom. For position = range it will be at the top.

v0.9 Beta release (July 06, 2007) 

Changes:

Fixes:

v0.1 (June 05, 2007) 

Changes:

  • Initial release includes driver and graphic primitive layers only.
  • Only driver for Samsung S6D0129 controller is available.

Fixes:

  • None.

 

Known Issues 

None 

 

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved