diff --git a/README.md b/README.md index 23d5fa5..57aab42 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you are using the esp-idf v2.1, checkout the commit *0518df81a6566820352dad7b * **getFontCharacters** Get all font's characters to buffer * **String write function**: * **TFT_print** Write text to display. - * Strings can be printed at **any angle**. Rotation of the displayed text depends on *font_ratate* variable (0~360) + * Strings can be printed at **any angle**. Rotation of the displayed text depends on *font_rotate* variable (0~360) * if *font_transparent* variable is set to 1, no background pixels will be printed * If the text does not fit the screen/window width it will be clipped ( if *text_wrap=0* ), or continued on next line ( if *text_wrap=1* ) * Two special characters are allowed in strings: *\r* CR (0x0D), clears the display to EOL, *\n* LF (ox0A), continues to the new line, x=0 @@ -109,7 +109,7 @@ If you are using the esp-idf v2.1, checkout the commit *0518df81a6566820352dad7b * **Global wariables** * **orientation** current screen orientation - * **font_ratate** current font rotate angle (0~395) + * **font_rotate** current font rotate angle (0~395) * **font_transparent** if not 0 draw fonts transparent * **font_forceFixed** if not zero force drawing proportional fonts with fixed width * **text_wrap** if not 0 wrap long text to the new line, else clip