From c163e412bbbd536475073b4a2e5e7d4f4e4b41ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Thu, 7 May 2026 22:27:53 +0200 Subject: [PATCH] docs(display): mention correct event name to react to a rotation change (#10075) --- docs/src/main-modules/display/rotation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main-modules/display/rotation.mdx b/docs/src/main-modules/display/rotation.mdx index cc5a100594..e348633541 100644 --- a/docs/src/main-modules/display/rotation.mdx +++ b/docs/src/main-modules/display/rotation.mdx @@ -9,7 +9,7 @@ The orientation of the display can be changed with where `xxx` is 0, 90, 180 or 270. This will swap the horizontal and vertical resolutions internally according to the set degree; however, it will not perform the actual rotation. -When changing the rotation, the event is +When changing the rotation, the event is emitted to allow for hardware reconfiguration. If your display panel and/or its driver chip(s) do not support rotation, can be used to rotate the buffer in the [Flush Callback](/main-modules/display/setup) function.