code format

This commit is contained in:
foamyguy 2025-07-18 14:56:52 -05:00
parent 7c14a23ddb
commit ab03de9f23

View file

@ -98,10 +98,14 @@ using pimoroni::DVHSTXPinout;
#endif
// Other common HSTX pin configurations
#define ADAFRUIT_HSTXDVIBELL_CFG {14, 12, 18, 16}
#define ADAFRUIT_METRO_RP2350_CFG {14, 18, 16, 12}
#define ADAFRUIT_FEATHER_RP2350_CFG {14, 18, 16, 12}
#define ADAFRUIT_FRUIT_JAM_CFG {13, 15, 17, 19}
#define ADAFRUIT_HSTXDVIBELL_CFG \
{ 14, 12, 18, 16 }
#define ADAFRUIT_METRO_RP2350_CFG \
{ 14, 18, 16, 12 }
#define ADAFRUIT_FEATHER_RP2350_CFG \
{ 14, 18, 16, 12 }
#define ADAFRUIT_FRUIT_JAM_CFG \
{ 13, 15, 17, 19 }
int16_t dvhstx_width(DVHSTXResolution r);
int16_t dvhstx_height(DVHSTXResolution r);