doxyplaint

This commit is contained in:
ladyada 2019-10-18 12:21:45 -04:00
parent 1b91a1705f
commit c2c9321319

View File

@ -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 // 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 // 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. // 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 -------------------------------------------------------- // CLASS DEFINITION --------------------------------------------------------