I followed all the instructions from:
π https://kindlemodding.org/
I made changes to enable a custom screensaver:
local Device = require("device")
Device.supportsScreensaver = function() return true end
Device.powerd:initWakeupMgr()Find the following code and change false to true:
function Kindle:supportsScreensaver()
if self.isSpecialOffers then
return falseUsed this tool to prepare images:
π https://crowned.github.io/kindlesaver/
With the following modifications:
{
"$schema": "https://github.com/hanatsumi/rakuyomi/releases/download/v1.12.1/settings.schema.json",
"source_lists": [
"https://raw.githubusercontent.com/Skittyblock/aidoku-community-sources/gh-pages/index.min.json"
],
"languages": ["en"]
}