Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Feb 27, 2025
1 parent 1a37ef5 commit e21bf9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Adafruit_dvhstx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ struct enum {
DVHSTX_RESOLUTION_360x240, ///< well supported, aspect ratio 3:2, actual
///< resolution 720x480@60Hz
DVHSTX_RESOLUTION_360x200, ///< well supported, aspect ratio 9:5, actual
///< resolution 720x400@70Hz (very close to 16:9)
///< resolution 720x400@70Hz (very close to
///< 16:9)
DVHSTX_RESOLUTION_720x400, ///< well supported, aspect ratio 9:5, actual
///< resolution 720x400@70Hz (very close to 16:9)
///< resolution 720x400@70Hz (very close to
///< 16:9)
DVHSTX_RESOLUTION_360x288, ///< well supported, aspect ratio 5:4, actual
///< resolution 720x576@60Hz
DVHSTX_RESOLUTION_400x300, ///< well supported, aspect ratio 4:3, actual
Expand Down

0 comments on commit e21bf9a

Please sign in to comment.