Jump to content
43oh

BOOSTXL-SHARP128 with MSP-EXP430FR5969


Recommended Posts

Hi All,

I've been trying to get my BOOSTXL-SHARP128 to work. I've done loads of searches, but I can't find a solution. Does anyone know how to get the module to display a simple "Hello!" type message using Energia?

Please see my code - below.

It just seems to display lots of lines and dots. Any ideas what I'm doing wrong?

Any help would be much appreciated.

20190314_124533_Film1-1.thumb.jpg.82575ab95962d81091fc02cd38075f9b.jpgCapture.thumb.JPG.bae7cf82269d7cdabef5d525d4e6e115.JPG

Link to post
Share on other sites
  • 9 months later...

I also am trying LCD_SharpBoosterPack_SPI.cppSharp128 booster pack errorssharp128.inoLCD_SharpBoosterPack_SPI.hw/o succss to use the Sharp128 LCD.  Had no problem with the Sharp96 LCD, but that is no longer available.  Just want to do the same thing with the Sharp128

I am a novice 81 year old, not likely to become an expert any time soon.

Any help would be appreciated.

 

Sigurd, amateur radio KJ1K

Link to post
Share on other sites

You're lucky, you're using a library which is fully documented, so RTFM (link)!

Otherwise, just have a look at the header file. 

    ///
    /// @brief	Constructor
    /// @note   For Sharp Memory LCD BoosterPack
    /// @param  model default=SHARP_96 for compatibility, SHARP_128
    /// @code
    ///     LCD_SharpBoosterPack_SPI myScreen(SHARP_96);
    /// @endcode
    ///
    LCD_SharpBoosterPack_SPI(uint8_t model = SHARP_96);

Are you specifying which screen you want to use?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...