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