
Hassanul
-
Content Count
9 -
Joined
-
Last visited
Reputation Activity
-
Hassanul reacted to spirilis in Problem with analogRead()
Are you sure adafruit's directions (and formula) are accurate for the LaunchPad? Keep in mind the Wolverine's max ADC voltage is 3.3V (Vcc) and it's a 12-bit ADC if I'm not mistaken. The fact that other pins report the same results makes me skeptical of the formula.
-
Hassanul reacted to chicken in Displaying .c Images Using Energia Sharp LCD BoosterPack Library
Here you go @@Hassanul, I added a simple method to my Energia library that allows to display images like the TI logo.
https://github.com/astuder/MSP430-sharp-LS013B4DN02-memory-display/tree/master/energia
// display TI logo for 2 seconds display.bitmap(pixel_ti_logo, 96, 96, 0); delay(2000);
and yes, my SHARP display is literally catching dust []