KipK / Ghettostation

Multiprotocol antenna tracker and ground osd.
144 stars 69 forks source link

Graphical LCD #9

Closed osmogr closed 10 years ago

osmogr commented 10 years ago

Wanted to share my changes to your code.. I am using an ArduStation Mega (with GLCD) as the base for my AT.

I am not a developer, just a tinkerer, so if the code is terrible, please dispose of properly.. :)

KipK commented 10 years ago

Thanks for this, that's appreciated.

Is it tested & working ?

osmogr commented 10 years ago

Performing tests tonight. I needed to source some new buttons for my otter box. So far it was able to boot up and get to the menu screen. The debug port appeared to be flowing debug information, so it made it past setup().

Thanks for all your work on GhettoStation!

On Jun 13, 2014, at 6:24 PM, Guillaume S notifications@github.com wrote:

Thanks for this, that's appreciated.

Is it tested & working ?

— Reply to this email directly or view it on GitHub.

osmogr commented 10 years ago

tested OK on my ArduStation mega. I was able to verify the other LCD devices as well, but I could not fully test, because I do not have that hardware.. My buttons are still not working, but it is very possibly the hardware setup i have currently.. Ill post an update shortly.

osmogr commented 10 years ago

Was able to test with actual buttons that work.. GLCD functions are fine.. Menu screens look good.

Include if you wish..

KipK commented 10 years ago

Hi Greg,sorry for the late answer.

Can you remove the frsky sport commit before I merge this ?

If you have it working too,, make a separate pull request for this one. But fornow it seems everything is commented.

Thanks.

osmogr commented 10 years ago

I removed the frsky stuff. Was looking at some of the taranis code but it's not making sense to me yet. ;)

On Jul 3, 2014, at 2:13 AM, Guillaume S notifications@github.com wrote:

Hi Greg,sorry for the late answer.

Can you remove the frsky sport commit before I merge this ?

If you have it working too,, make a separate pull request for this one. But fornow it seems everything is commented.

Thanks.

— Reply to this email directly or view it on GitHub.

KipK commented 10 years ago

Thaks for this, I've merged it.

They’ve released some interesting docs on their developer forum. Here is latest smartport details : https://dl.dropboxusercontent.com/u/13323558/Smart%20port%20protocol%20V3.1%20.pdf

And if interested also latest pxx protocol https://dl.dropboxusercontent.com/u/13323558/PXX_Protocol_Rev1.1.pdf :)