
olajideolaolorun
Members-
Content Count
9 -
Joined
-
Last visited
About olajideolaolorun
-
Rank
Noob Class
Recent Profile Visitors
622 profile views
-
Do you have an example to read from the SD card? Just a way to show how to initialize it? Something like this: https://github.com/adafruit/Adafruit_ILI9340/blob/master/examples/spitftbitmap/spitftbitmap.ino for another controller and lcd tho.
-
I had to install the IAR IDE at home with the 30 day evaluation not kickstart to get it to work. One last no0b/student question. If i wanted to generate a picture to display, how would i do that, kind of like how you have the TI logo, but i want to make it a real random picture. Thanks a lot!
-
I have this https://www.tindie.com/products/RobG/color-lcd-booster-pack-320x240-with-microsd-card-socket/ v2. and MSP430G2553
-
Removed all the fonts and i still get the same error. :/
-
@@RobG I tried this Rob and its still just a blank screen. The code compiled, no error.
- 4 replies
-
- MSP430G2553
- LCD
-
(and 1 more)
Tagged with:
-
Is there a simple code to display just hello. Just to see if it works?
-
I tried this Rob and its still just a blank screen. The code compiled, no error.
- 4 replies
-
- MSP430G2553
- LCD
-
(and 1 more)
Tagged with:
-
So my school uses IAR and i get a "Fatal Error[e89]: Too much object code produced (more than 0x1000 bytes) for this package" error, which i googled and has to do with size. Is there a way to shrink the size?
-
How can i run this in IAR. Using this for a project for school and teacher only wants IAR programs in assembly. The sample program that is. Excuse my n0obness.