Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,11 @@ void LCD_SharpBoosterPack_SPI::setCharXY(uint8_t x, uint8_t y) {
//*****************************************************************************
// drawImage
// Draw an Image on the display
// Image can be generated with ImageDog (check for ImageDog on GitHub)
// Image can be generated with ImageDog
// - part of MSP430Ware: ... \examples\boards\MSP-EXP430F5529\src\ImageDog\
// - part of MSPWare : ... \examples\boards\MSP-EXP430F5529\MSP-EXP430F5529_UE_Demo_Software\Firmware\Source\ImageDog
// - google: GitHub ImageDog
// : https://github.com/noccy80/mspdev/tree/master/reference/MSP430ware/examples/boards/MSP-EXP430F5529/src/ImageDog
// Header : width in pixel
// hight in pixel/8
//
Expand Down