Fixes for hiroschima font

This commit is contained in:
2022-06-25 23:15:21 +02:00
parent cfc8dc2d6b
commit 7eac3fae5d
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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;