Skip to content

Commit

Permalink
Update offsets for my display
Browse files Browse the repository at this point in the history
  • Loading branch information
drawlerr committed Feb 15, 2021
1 parent 440a738 commit 4160c0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
platform = atmelavr
board = ATmega328P
framework = arduino
# softwareserial clients can't reliably work faster than 57600
# Arduino SoftwareSerial clients can't reliably work faster than 57600
build_flags = -D OSD_BAUD=57600
-D OSD_H_OFFSET=0
-D OSD_V_OFFSET=8
-D OSD_H_OFFSET=31
-D OSD_V_OFFSET=-8
-D CMD_BUF_SIZE=32
-D SERIAL_TIMEOUT=500

Expand Down

0 comments on commit 4160c0a

Please sign in to comment.