olup / kobowriter

A simple typewriter written in go for KOBO e-readers
315 stars 14 forks source link

Port to Pocketbook #3

Open Invictaz opened 2 years ago

Invictaz commented 2 years ago

Can it work on a Pocketbook as well? It does have a MicroUSB port and Linux support.

olup commented 2 years ago

I am not sure. FBINK will work on pocketbook so that's a plus, however I don't know if USB OTG is supported out the box - or with a custom module / kernel. This is crucial for this particular setup that works without a webserver. If you find anything online about it i'll be glad to know.

JuanJakobo commented 2 years ago

Hi, I was thinking about an application like this for the Pocketbook for some time. I just started and it seems that you can connect an bluetooth keyboard to it and then use the keyboard in apps that access it by the /dev/input interface. I created an proof of concept (https://github.com/JuanJakobo/Pocketbook-Texteditor). The texteditor is still somehow limited, but I plan to slowly integrate more feature.

Invictaz commented 2 years ago

@JuanJakobo great work. I'm going to test it soon and report in your repo.