Coder Social home page Coder Social logo

Comments (6)

nopnop2002 avatar nopnop2002 commented on June 16, 2024

There is No $(LIBS).

LIBS = $(DRIVER_LIB) $(JPEG_LIB) $(PNG_LIB)

cc -o demo demo.c fontx.c tft_lib.c $(LIBS) -lwiringPi -lm -lpthread -D$@

https://github.com/nopnop2002/Raspberry-ili9325/blob/master/Makefile#L58

from raspberry-ili9325.

ciobania avatar ciobania commented on June 16, 2024

I don't have driver.a, jpeg.a, etc.
I am not tech savt with C, so will have to dig deeper to understand where those come from, or what I need to copy, or provide for those libraries to be there.

Thanks

from raspberry-ili9325.

nopnop2002 avatar nopnop2002 commented on June 16, 2024
$ cd Raspberry-ili9325

$ ls *.a
driver.a  jpeg.a  png.a

for 8Bits
$ cc -o demo demo.c fontx.c tft_lib.c driver.a jpeg.a png.a -lwiringPi -lm -lpthread -DILI9341

for 16Bits
$ cc -o demo demo.c fontx.c tft_lib.c driver.a jpeg.a png.a -lwiringPi -lm -lpthread -DILI9341 -DP16BIT

from raspberry-ili9325.

ElectroBoyCodes avatar ElectroBoyCodes commented on June 16, 2024

@ciobania If you still have problems, i recommend to do a "git clone".

from raspberry-ili9325.

ciobania avatar ciobania commented on June 16, 2024

Hey,

I have managed to use my screen eventually, after I switched to dtoverlays to drive my screen.

Thank you for reply.

from raspberry-ili9325.

ElectroBoyCodes avatar ElectroBoyCodes commented on June 16, 2024

ohk

from raspberry-ili9325.

Related Issues (20)

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.