Skip to content

Commit

Permalink
gps plugin for waveshare.com/1.44inch-lcd-hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Evg33 committed Dec 6, 2019
1 parent 1721f67 commit a12e2aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pwnagotchi/plugins/default/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ def on_ui_setup(self, ui):
lat_pos = (112, 30)
lon_pos = (112, 49)
alt_pos = (87, 63)
elif ui.is_waveshare144lcd():
# guessed values, add tested ones if you can
lat_pos = (67, 73)
lon_pos = (62, 83)
alt_pos = (67, 93)
else:
# guessed values, add tested ones if you can
lat_pos = (127, 51)
Expand Down

0 comments on commit a12e2aa

Please sign in to comment.