diff --git a/reference/migration/index.html b/reference/migration/index.html index 713fe7c6..58eb37fb 100644 --- a/reference/migration/index.html +++ b/reference/migration/index.html @@ -218,7 +218,7 @@
In v4.x, the display instance was created and initialised in the display adapter. -In this version, the display instance is created separetely and passed to the display adapter. +In this version, the display instance is created separately and passed to the display adapter. The existing display adapters have been renamed and placed in a new directory to closely match the display they are designed for.
Instead of having multple control functions, the menu control functions have been consolidated into a single control function: +
Instead of having multiple control functions, the menu control functions have been consolidated into a single control function:
LcdMenu::process()
Checkout this guide for a detailed explanation of the new menu control system.
In v4.x, the display instance was created and initialised in the display adapter. -In this version, the display instance is created separetely and passed to the display adapter. +In this version, the display instance is created separately and passed to the display adapter. The existing display adapters have been renamed and placed in a new directory to closely match the display they are designed for.
Instead of having multple control functions, the menu control functions have been consolidated into a single control function: +
Instead of having multiple control functions, the menu control functions have been consolidated into a single control function:
LcdMenu::process()
Checkout this guide for a detailed explanation of the new menu control system.