# lcd.drawScreenTitle(title, page, pages)

Draw a title bar

### Parameters

* `title` (string) text for the title
* `page` (number) page number
* `pages` (number) total number of pages. Only used as indicator on the right side of title bar. (i.e. idx=2, cnt=5, display `2/5`)

### Return value

none

### Available on

* [x] [B\&W LCD radios](https://luadoc.edgetx.org/2.11/overview/radios#radios-with-b-and-w-lcd-screen)
* [x] [Grayscale LCD radios](https://luadoc.edgetx.org/2.11/overview/radios#radios-with-grayscale-lcd-screen)
* [ ] [Color LCD radios](https://luadoc.edgetx.org/2.11/overview/radios#radios-with-color-lcd-screen)

### API status

<table><thead><tr><th width="166">EdgeTX version</th><th width="573">Action</th></tr></thead><tbody><tr><td>2.0.0</td><td>Introduced</td></tr></tbody></table>
