is there somewhere I could find a tutorial on how to build a program?
Posts made by Daniel Jones
-
RE: Using the SPI interface to send an image
-
RE: Using the SPI interface to send an image
So most of that datasheet is Greek to me. Would I be able to use a library like this one to do all of the translating for me?
-
RE: Using the SPI interface to send an image
alright. With some digging, I found this datasheet for the driver used in my screen
-
RE: Using the SPI interface to send an image
alright! I will check it out and see what I can find. I am still not sure how to send an image to the screen. Im really new to SPI, so learning as I go! Thanks for the help.
-
Using the SPI interface to send an image
Hello all. I have a pet project in which I will need to send an image from an onion omega over to a screen. I would Imagine the best thing to use for this would be SPI, as the screen has MOSI, MISO, CS, and SCK pins. However, I am not sure how I would go about doing this. Would someone mind explaining to me how to send an image (specifically a SVG) to a screen via SPI? thanks!
-
Spi interface. How does it work?
I have recently purchased and onion omega, and am looking to connect a screen to it. The screen I like so far can be found here:
http://www.buydisplay.com/default/serial-qvga-2-2-inch-tft-spi-240x320-lcd-touch-display-module-ili9341
How would I connect this to the onion? I believe I can,use 4 of the GPIO's as clock/input/output, but I am,not sure how to do,that. Can anyone enlighten me?