Other Parts Discussed in Thread: MSP-EXP430FR5969, MSP430WARE, MSP430FR5969, MSP430G2553
I received my FR5969 demo board with Sharp LCD yesterday!
Its amazing how long the processor and display can run the clock app off just the capacitor. Its been showing time for 17 hours straight now.
I loaded the MSP-EXP430FR5969 with Graphics Library from MSP430ware in Code Composer Studio.
I then found the HAL_MSP-EXP430FR5969_Sharp96x96.h file and changed the Pixel x Pixel data to 128 x 128 pixels. Next I'll try the 400 x 240 pixels for the 2.7 inch screen.
Looks like they are using a frame buffer in the demo code above.
So the they are using Frame Buffer for in the example code in MSP430ware which should also allow me to use the 400x240 pixel Sharp Memory Display but when I try to use 400 horizontal x 240 vertical pixels and then built it I get over size errors like this:
So I'm sure something needs to be changed in the display buffer size setting to get it working.
I think something needs to be changed in the code below to work with the 400 x 240 pixel size possibly. Take a look.
Any ideas?