The MSP430 Graphics Library is a royalty-free set of graphics primitives for creating graphical user interfaces on MSP430 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.
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/Graphics_Library/1_00_00_00/index_FDS.html
Hi Chris! Is this the same tool that allows people to load a custom graphic and have it converted to a format that can be used in the MSP430 library?
Also is this part of MSP430Ware?
Larissa,
Yes Graphics Library has a graphical utility that allows you to reformat an image to a specific pixel depth and also allows you to re-size the image to fit a specific display. The output is C-code representation of the image that can by displayed/manipulated by the Graphics Library.
Yes Graphics Library is is part of MSp430ware under the "grlib" directory. The only item I would like to point out is the Graphics Library version embedded in MSP430ware may not be the latest and greatest. The above link will always have the latest.