Wren6991 / PicoDVI

Bitbanged DVI on the RP2040 Microcontroller
BSD 3-Clause "New" or "Revised" License
1.23k stars 135 forks source link

where to ask for help? #32

Closed bwanaaa closed 5 months ago

bwanaaa commented 2 years ago

As a beginner learning the details of video, this project is great for teaching the basics of how video is sent to a monitor and working with the limitations of hardware. However, I am still new to software engineering. For example, I dont know how to convert a jpg to a .h file. I dont know how to compile just a single app. I managed to walk through your blog entry and got ALL the examples you made to work. But I am little more than a monkey hacking at a keyboard. How could I compile just ONE app? ThaNK YOU.

Xiran64 commented 2 years ago

First, you need to decide, if you go for the way of micropython or c, focus in the documentation about pico. But if you are a beginner, check that first, or arduino

bwanaaa commented 2 years ago

the examples are written in C. Since I already code for the arduino, it's not that different. I just need to know how to change the project files so as to compile only one example. By making changes and iterating, I can figure out how this thing works. It's the closest thing to a REPL.

Xiran64 commented 2 years ago

I don´t use arduino, so i cannot say to you something about that.

You can put in your favorite searcher:

"pi pico getting started"

The first steps are complicated, but follow the tutorial, and so on.

P.S.: Pico dvi is completely complicated, you need a lot of things to understand it (I don't do it yet)

bwanaaa commented 2 years ago

my question has nothing to do with the technical aspects of the repo. i just want to know how to isolate one example so i can compile it without compiling ALL the examples. It is a question of how the repo is assembled. Can you specifically answer this question?

Xiran64 commented 2 years ago

The short answer is very easy: Press the compile button. The answer that you need: All the people that are in here (including me), don't receive one cent for answer easy cuestions or complex cuestions. The creator have good intentions for share to us, a little of their very good ideas, so, if your question is very simple to him, he don't will waste him time, to answer very easy things that you can search for yourself, in very much places, THAT SHOW TO YOU, HOW TO DO IT.