mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
67627ce2d9
Touchscreen is mirrored in X & Y and has a different resolution from the eink panel. Uses systemd for time/date/suspend/poweroff/reboot Two systemd units for platform integration. button-listen is a very simple launcher. to-do: add support for wifi by implementing a wpa supplicant dbus client. Authored-by: Thomas Spurden <tcrs@users.noreply.github.com>
8 lines
178 B
Lua
8 lines
178 B
Lua
return {
|
|
[102] = "Home",
|
|
[105] = "LPgBack",
|
|
[106] = "RPgFwd",
|
|
[116] = "Power",
|
|
}
|
|
-- TODO libremarkable has 143 as "wakeup" - don't know what that corresponds to?
|