mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
doxyplaint
This commit is contained in:
parent
1b91a1705f
commit
c2c9321319
@ -96,7 +96,8 @@ typedef volatile ADAGFX_PORT_t* PORTreg_t; ///< PORT register type
|
||||
// an enumerated type as the first argument: tft8 (for 8-bit parallel) or
|
||||
// tft16 (for 16-bit)...even though 16-bit isn't fully implemented or tested
|
||||
// and might never be, still needed that disambiguation from soft SPI.
|
||||
enum tftBusWidth { tft8bitbus, tft16bitbus }; ///< For first arg to parallel constructor
|
||||
/*! For first arg to parallel constructor */
|
||||
enum tftBusWidth { tft8bitbus, tft16bitbus };
|
||||
|
||||
// CLASS DEFINITION --------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user