Added settings diplay and ability to change the keys (there is a refreshing problem though)
This commit is contained in:
@ -22,7 +22,7 @@ class MenuDisplay(Display):
|
||||
|
||||
def update_pad(self) -> None:
|
||||
for i in range(self.trueheight):
|
||||
self.pad.addstr(i, 0, " ")
|
||||
self.pad.addstr(i, 0, " " + self.values[i])
|
||||
# set a marker on the selected line
|
||||
self.pad.addstr(self.menu.position, 0, ">")
|
||||
|
||||
|
Reference in New Issue
Block a user