juj / fbcp-ili9341

A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero
MIT License
1.61k stars 267 forks source link

how compile #257

Closed Yosh1002 closed 2 years ago

Yosh1002 commented 2 years ago

i have no clue what im doing here i just want it to work

leonpierre commented 2 years ago

Provide more informations like which display and so on.

juj commented 2 years ago

Sorry, it is not easy to provide an out of the box solution - this kind of work does unfortunately require some background knowledge.

i just want it to work

I admit I have also been there so many times when doing development, it can be frustrating. The first thing to recommend is to take a step back and relax the ambition level and expectation of what you want to achieve and when. That can help ease the anxiety of getting to results quickly and result in better success in the long run.

Then, maybe a good way to become more familiar might be to check through a couple of tutorial videos that explain the details of the driver installation step by step. There are some YouTubers who are really great at explaining the steps, here are some that I have seen:

and more if you search for fbcp-ili9341 in YouTube. Hope that helps!

Yosh1002 commented 2 years ago

thanks