|
|
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
Joined May 2010
72 Posts
|
Quote:
![]() I'm planning to simplify the code, as I have made to many copy-pastes and have lost track of what is what. I started with the source from El_Nono in this post: http://www.rcgroups.com/forums/showp...postcount=1758 And his spanish comments / variable names did not make it any simpler. But Google Translate helped me. I will post a zip with my OSD code soon, I will just clean it up a little bit. In the future I'm thinking of something like this: Code:
if (line >= line1Start && line < line1Start + line1Height) {
printTimer(line);
delay(20);
printHomeArrow(line);
delay(20);
printBattery1Voltage(line);
}
else if (line >= line2Start && line < line2Start + line2Height) {
printGpsCoordinates(line);
delay(20);
printBattery1Current(line);
delay(20);
....
}
Code:
printText("HELLO");
|
|
|
||
|
|
||
|
|
Quote:
![]() I have moved on to other projects, but I'm still around if you need help with anything specific. I have a few things in mind regarding OSD, but it will be coded for MAX7456 instead. |
|
|
|
|
|
Joined Jun 2010
554 Posts
|
i want to hook up 2 channels from my rc receiver to the osd to control stuff with my radio but so far i am very unsuccessful
![]() Connected one to D2 and used interrupts to determine pwm pulsewidth result is that the osd and the whole image starts to flicker. however i can control the flicker with my radio
|
|
|
|
|
||
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
Max7456
Quote:
https://www.sparkfun.com/products/9168 ? Rick |
|
|
||
|
|
||
|
|
Quote:
(3 SMD-caps on top left, crystal under the PCB, a few resistors etc) ![]() ![]() The first test-versions of the PCB have been designed and shipped from production. (PCB design have been updated a bit since this picture, but don't have it on this PC) ![]() Another idea.. But not the one I have been choosing at the moment. ![]() ![]() Latest version is with 0603 components, voltage-regulator, more capacitance and later I need to break-out some more pins for I2C etc. |
|
|
|
||
|
Joined May 2010
72 Posts
|
Quote:
Most of this was done by El_Nono, I just added a couple of things and moved stuff around! And I don't think my version will work for everyone without tweaking it. I think the smaller font will only make this useful when using FatShark Dominators or an LCD.display. |
|
|
||
|
|
||
|
|
Quote:
![]() At the moment I need to design some graphic/characters - don't really have the patience for that
|
|
|
||
|
|
||
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
Quote:
Can you post a schematic for us to work with ? - I'm sure there is someone out there who could help with the graphic/characters ![]() Rick |
|
|
||
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion Diy osd | karl k | Video Piloting (FPV/RPV) | 2 | May 03, 2011 12:31 AM |
| Idea New DIY OSD? | atari7202 | Video Piloting (FPV/RPV) | 1 | Mar 25, 2011 12:08 AM |
| Discussion see my own diy OSD video | Passion | Aerial Photography | 7 | May 27, 2010 01:28 AM |
| Discussion REAL homebrew DIY OSD - Check it out! | jafoca | Video Piloting (FPV/RPV) | 8 | Jun 29, 2009 06:52 PM |
| Discussion picoOSD DIY PIC12F683 based OSD in C | kbosak | Video Piloting (FPV/RPV) | 6 | Jan 31, 2008 07:47 AM |