Hi, I love circuit python, you are doing a great work
working on display independent terminal aps which can use "print" command to show
data in terminal style on LCD display
Unfortunately on 0.96" 80x160 display I kill half of display with blinka logo
I found command
supervisor.status_bar.console = False
it disable text but logo remaining and half of display is death
I read somewhere that is compilation option but I prefer mainstream distribution for Raspberry PICO instead custom build
I would also like to be able to change the terminal font without custom build.
Status bar is cool feature, would be great if I could change the text
with etc somethig like
supervisor.status.text = "Sending data ..."
Thanks very much for this great project!
Hi, I love circuit python, you are doing a great work
working on display independent terminal aps which can use "print" command to show
data in terminal style on LCD display
Unfortunately on 0.96" 80x160 display I kill half of display with blinka logo
I found command
supervisor.status_bar.console = Falseit disable text but logo remaining and half of display is death
I read somewhere that is compilation option but I prefer mainstream distribution for Raspberry PICO instead custom build
I would also like to be able to change the terminal font without custom build.
Status bar is cool feature, would be great if I could change the text
with etc somethig like
supervisor.status.text = "Sending data ..."Thanks very much for this great project!