From 34d87143983fa6a62ac734cf232f48178cb4029f Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:32:04 +0100 Subject: [PATCH] Picographics: Update README.md Text rotation now works with bitmap fonts :) --- micropython/modules/picographics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/modules/picographics/README.md b/micropython/modules/picographics/README.md index 5d8ebbf0..10a91846 100644 --- a/micropython/modules/picographics/README.md +++ b/micropython/modules/picographics/README.md @@ -342,7 +342,7 @@ display.text(text, x, y, wordwrap, scale, angle, spacing) * `y` - the destination Y coordinate * `wordwrap` - number of pixels width before trying to break text into multiple lines * `scale` - size -* `angle` - rotation angle (Vector only!) +* `angle` - rotation angle * `spacing` - letter spacing * `fixed_width` - space all characters equal distance apart (monospace)