Search the Community
Showing results for tags 'TFT'.
-
As an electrical engineering student at John Brown University, we were tasked with creating a useful product or service using the combined skills gained through our embedded systems class. As someone who likes interior decorating and hates mismatched paint, I came up with the idea to make an RGB color sensor attachment for a camera. Of course converting RGB data to paint colors is not conventional, it is something that could potentially be viable. To make things interesting and for the experience of working with a Raspberry Pi, I used a raspberry Pi camera to act as the base for the project. A
-
Hi all, I am currently just trying to upload a example sketch to my MSP430G2553, all i'm getting is a compile error. The github library is; https://github.com/ibm666/ILI9341libraryforEnergiaMSP430Launchpad what im getting error wise is; In file included from D:\energia-1.6.10E18\libraries\ili9341-arduino-master\examples\drawNumber\drawNumber.ino:8:0: D:\energia-1.6.10E18\libraries\ili9341-arduino-master/TFTv2.h:33:17: fatal error: SPI.h: No such file or directory compilation terminated. Using library ili9341-arduino-master in folder: D:\energia-1.6.10E18\libraries\il
-
Hi, I'm new to the MSP432 and Energia and am looking to connect an Adafruit 2.2'' tft. Ive read through the forums here and have seen a number of applications that have been based in the MSP430. Has anyone done this or can anyone advise me on an approach to take? thanks
-
Hello, I'm new on Energia but experienced with Teensy3 stuff (that uses Arduino IDE). I've recently coded a library for RA8875 TFT driver chip and since I got from a friend a Stellaris Launchpad that uses LM4F120XL MCU, I decided to include Energia in the chain. The actual beta (0.55) worked very nice with Energia and Stellaris but dunno the other MCU compatible with Energia so maybe someone can check. Here's the test setup, I've used module 3 for SPI. Here's the proof that it's working: During development I (maybe) find a small bug in Energia. I have a println detect code that wo
-
Hello! i made this boosterpack some weeks ago! this is the upgrade of LCD BOOSTERPACK V1 ( http://forum.stellarisiti.com/topic/626-ssd1289-32-320x240-tft-16bit-parallel-interface-touch-libraries/ ). Old version only has parallel control, this new version has improved all things: Serial or parallel, i2c drivers for touch and backlight, better layout... Unlike LCDBPV1, LCDBPV2 is compatible with any MCU in the market. You only have to migrate some basic code about specific i/o of your MCU and is done!! (you have to do if I have not yet done... but if you ask me for this and i have mcu to develop
-
Has anybody looked at possibly porting these to Energia? He built these libs so that there are separate hardware defines for AVR, ARM, and ChipKIT. As you all know - I am fairly new to all of this...but I am wondering how tough it would be to port these to Energia for the MSP430, and ESPECIALLY for the Stellaris (it has enough pins, and power to be very effective at driving a 3.2 inch touch screen, plus everything else you might want to hook up.) Just curious if someone better at this than me could take a quick peek and let me know what you think. UTFT lib - - - http://henn
-
Hello! im trying to connect 3.2" ssd1289 TFT LCD with stellaris. I change successfully pins on high nibble from LCD (DB8-DB15) to different ports on stellaris (stellaris only have one full port: B. others have only a few pins and others share pins with jtag or other functions...), and now my problem is print on screen. I print horizontally arround large side (320) right up corner is 0,0 , and i can tell point to horizontal start (move to the left): I can move start point to the left, but not to bottom. Always start at top even when i change start register. Has anyone managed to contr