Coder Social home page Coder Social logo

Comments (3)

stsrc avatar stsrc commented on August 16, 2024

Hello,
I recommend you using fbtft drivers (which support ili9341 chip also) which might be found under drivers/staging/fbtft in linux kernel tree (search for CONFIG_FB_TFT_ILI9341 parameter), because they are more up to date than my driver.

However, if you want to use my driver, I will be able to test it and reproduce problem only on Sunday.

"Can i directly add your kernel drivers to the linux kernel and start using it" - yes, you can.

from rpi_lcd.

tirumalnaidu avatar tirumalnaidu commented on August 16, 2024

Thanks @stsrc
I was able to interface the display with your driver. They were some silly mistakes of mine in the dts file. Also I went through the framebuffer driver you recommended. But I am not sure how to access the SPI based ILI9341 using that.

from rpi_lcd.

stsrc avatar stsrc commented on August 16, 2024

The fbtft is using SPI under the hood, see function fbtft_write_spi(). I think that on raspbian it was working without any hassle, I had to just load drivers, but maybe I am wrong, it was 6 years ago.

from rpi_lcd.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.