Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: HD44780 Cursor Show/Hide and Line/Blink #175

Open
albedozero opened this issue Nov 2, 2023 · 0 comments
Open

Question: HD44780 Cursor Show/Hide and Line/Blink #175

albedozero opened this issue Nov 2, 2023 · 0 comments

Comments

@albedozero
Copy link

Is there a way to show/hide the cursor and toggle the line/blink style on an HD44780 using this library?

Type of Raspberry Pi

I'm using RPi 3B+ and RPi 4

Linux Kernel version

Raspberry Pi OS (bookworm)
6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux

Expected Behaviour

I'm imagining some additional properties for the hd44780 class that could be used to set the cursor style and position:

device.cursor = 'blink' ## options: 'hide', 'line', 'blink'
device.cursor_pos = 5, 1 ## column, row tuple
@albedozero albedozero changed the title HD44780: Cursor Show/HIde and Line/Blink Question: HD44780 Cursor Show/HIde and Line/Blink Nov 2, 2023
@albedozero albedozero changed the title Question: HD44780 Cursor Show/HIde and Line/Blink Question: HD44780 Cursor Show/Hide and Line/Blink Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant