forked from Bodmer/TFT_eSPI
Fixes for hiroschima font
This commit is contained in:
@@ -2618,7 +2618,7 @@ void TFT_eSprite::printToSprite(std::string_view string)
|
||||
** Function name: printToSprite
|
||||
** Description: Write a string to the sprite cursor position
|
||||
***************************************************************************************/
|
||||
void TFT_eSprite::printToSprite(char *cbuffer, uint16_t len) //std::string_view string)
|
||||
void TFT_eSprite::printToSprite(const char *cbuffer, uint16_t len) //std::string_view string)
|
||||
{
|
||||
if(!fontLoaded) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user