code format
This commit is contained in:
parent
7c14a23ddb
commit
ab03de9f23
1 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue