Hi everybody,
My Platform of development is Energia ide. I work with msp430f5529lp + 430boost-sharp96 and that work fine.
However, I want to use sharp LS013B7DH03 128*128pixels but nothing.
I use as program the "LCD_SharpBoosterPack_SPI_main" in example Energia ide.
I change in Library LCD_SharpBoosterPack_SPI.h :
#define LCD_VERTICAL_MAX 128//96
#define LCD_HORIZONTAL_MAX 128//96
I have got nothing on the display. But when I connect the display original with Library parameter initial, that work.
Do you know why ?
Thank you,