Skip to content

Commit

Permalink
Minor fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 6, 2024
1 parent 0a21413 commit dfed2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/CharacterDisplayRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class CharacterDisplayRenderer : public MenuRenderer {
* @param maxRows The maximum number of rows on the display.
* @param cursorIcon A byte representing the cursor icon, default is →, if 0, cursor will not be displayed
* @param editCursorIcon A byte representing the edit cursor icon, default is ←, if 0, edit cursor will not be displayed
* @param upArrow A pointer to an array of bytes representing the up arrow icon, default is , if null, up arrow will not be displayed
* @param upArrow A pointer to an array of bytes representing the up arrow icon, default is , if null, up arrow will not be displayed
* @param downArrow A pointer to an array of bytes representing the down arrow icon, default is ↓, if null, down arrow will not be displayed
*/
CharacterDisplayRenderer(
Expand Down

0 comments on commit dfed2d0

Please sign in to comment.