From 72deba4d807de6e33f00143fb7ddde2410caa662 Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg <Fabrice@weinberg.me> Date: Sun, 10 Jan 2016 20:15:41 +0100 Subject: [PATCH] Update documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36559c..37bb619 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ void drawStringMaxWidth(int16_t x, int16_t y, int16_t maxLineWidth, String text) // Returns the width of the const char* with the current // font settings -uint16_t getStringWidth(const char* text); +uint16_t getStringWidth(const char* text, uint16_t length); // Specifies relative to which anchor point // the text is rendered. Available constants: -- GitLab