return 0;
}
-/**************************************************************************/
-/*!
- @brief Returns the 16-bit (4-hexdigit) controller code
-*/
-/**************************************************************************/
-uint16_t ssd1331Type(void)
-{
- return 0x1331;
-}
-
/**************************************************************************/
/*!
@brief Sets the cursor to the specified X/Y position
/**************************************************************************/
uint16_t lcdGetControllerID(void)
{
- return ssd1331Type();
+ return 0x1331;
}
/**************************************************************************/