Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mobile-nixos/mobile-nixos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e6376850dc38
Choose a base ref
...
head repository: mobile-nixos/mobile-nixos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 805620652b00
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 2, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    19ff65e View commit details
  2. Merge pull request #271 from samueldr-wip/fix/accidental-puts

    boot/lib: Remove accidentally left puts
    samueldr authored Jan 2, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    8056206 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −3 boot/lib/lvgui/lvgl/hacks.rb
  2. +0 −2 boot/lib/lvgui/lvgui/gui.rb
3 changes: 0 additions & 3 deletions boot/lib/lvgui/lvgl/hacks.rb
Original file line number Diff line number Diff line change
@@ -47,11 +47,8 @@ module LVGL::FFI

module LVGL::Hacks
def self.init()
puts "??1"
LVGL::FFI.hal_init()
puts "??2"
LVGL::FFI.lv_nanosvg_init()
puts "??3"
end

def self.monitor_height=(v)
2 changes: 0 additions & 2 deletions boot/lib/lvgui/lvgui/gui.rb
Original file line number Diff line number Diff line change
@@ -36,11 +36,9 @@ def self.init()
# the framebuffer, so this program has to be enough by itself.
VTConsole.map_console(0)

puts "init"
# XXX : here is the hang
# Prepare LVGL
LVGL::Hacks.init()
puts "derp"

# Start the animation core
LVGL::FFI.lv_anim_core_init()