***
Nice job. I'm glad were able to get a nice NickelMenu app out of it.
Now we can relax and wait for raisjn to get an Aura One.
But if you want, we can also continue to plod along at a leisurely pace.
Totally optional of course!
Did the usual edits:
Spoiler:
$ nano -l src/common.make
Code:
7 CPP_FLAGS=-pthread -lpthread -fdata-sections -ffunction-sections -Wno-narrowing -Wl,--gc-sections
$ nano -l src/rmkit/util/machine_id.cpy
Code:
69 // case util::KOBO_DEVICE_ID_E::DEVICE_KOBO_CLARA_HD:
70 // debug "RUNNING ON CLARA HD"
71 // break
$ nano -l src/rmkit/input/events.cpy
Code:
190 swap_xy = false
191 if getenv("INV_Y") != NULL:
192 invert_y = true
193 if getenv("INV_X") != NULL:
194 invert_x = true
195 if getenv("SWP_XY") != NULL:
196 swap_xy = true
197 if getenv("ROT_4") != NULL:
198 rotation %= 4
199 switch version:
Did a new edit:
$ nano -l src/remux/launcher.cpy
Code:
337 debug "HIDE:App"
...
894 debug "HIDE:launch"
...
940 debug "show_launcher:setup_gestures"
...
Copied src/build/remux to /mnt/onboard/.adds/rmkit/bin/apps/ and ran from SSH:
Then, swiping up gives messages:
And I get the launcher menu.
Clicked on Nickel menu entry to close the launcher and got:
***