M lua/gatekeeping.lua => lua/gatekeeping.lua +2 -1
@@ 37,9 37,10 @@ local Gatekeeper <const> = interfacing.Page:new {
end
for i = 1, 8 do
- local num <const> = i*10 + 9
+ local num <const> = i*10 + 8
self[num] = interfacing.Button:new {
+ color_off = 0xa,
page = self,
on_up = function(self, time)
local active = true
M meson_options.txt => meson_options.txt +1 -1
@@ 2,4 2,4 @@
# SPDX-License-Identifier: CC0-1.0
option('build-tests', type : 'boolean', value : true)
-option('version', type : 'string', value : '0.1.203')
+option('version', type : 'string', value : '0.1.205')