This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit eb6116186b3c5cb42189b59a825328bb8f30cd92 | |
| Author: snek <the@snek.dev> | |
| Date: Mon May 4 13:42:25 2026 +0200 | |
| mipi early | |
| diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile | |
| index 35412846f9..43778d041b 100644 | |
| --- a/target/linux/ipq40xx/Makefile | |
| +++ b/target/linux/ipq40xx/Makefile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 399ffde6b7f27efd0b492fadc240bdce41174824 Mon Sep 17 00:00:00 2001 | |
| From: snek <the@snek.dev> | |
| Date: Mon, 4 May 2026 09:44:07 +0200 | |
| Subject: [PATCH] mipi-dbi | |
| --- | |
| .../base-files/lib/firmware/ubnt,utr-lcd.bin | Bin 0 -> 93 bytes | |
| target/linux/ipq40xx/dts/qcom-ipq4018-utr.dts | 32 ++- | |
| target/linux/ipq40xx/image/generic.mk | 2 +- | |
| .../875-fb-st7789v-geometry.patch | 197 ------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/target/linux/ipq40xx/dts/qcom-ipq4018-utr.dts b/target/linux/ipq40xx/dts/qcom-ipq4018-utr.dts | |
| index 6fc2769145..e1a5040644 100644 | |
| --- a/target/linux/ipq40xx/dts/qcom-ipq4018-utr.dts | |
| +++ b/target/linux/ipq40xx/dts/qcom-ipq4018-utr.dts | |
| @@ -49,6 +49,8 @@ | |
| keys { | |
| compatible = "gpio-keys"; | |
| + pinctrl-0 = <&key_pins>; | |
| + pinctrl-names = "default"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>VNC</title> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| height: 100%; | |
| width: 100%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const SHADER = `\ | |
| struct DataBuf { | |
| data: array<f32>, | |
| } | |
| @group(0) | |
| @binding(0) | |
| var<storage, read_write> v_indices: DataBuf; | |
| @compute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :root { | |
| --custom-app-top-bar-height: 0px !important; | |
| } | |
| [aria-label='Servers sidebar'] { | |
| margin-top: 15px !important; | |
| margin-bottom: 0px !important; | |
| } | |
| [aria-label='User area'] { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <chrono> | |
| #include <thread> | |
| #include <vector> | |
| #include <Arduino.h> | |
| #include <Assets/Models/OBJ/Background.h> | |
| #include <Assets/Models/OBJ/DeltaDisplayBackground.h> | |
| #include <Camera/Camera.h> | |
| #include <Camera/CameraManager/CameraManager.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fontStr = E.toString( | |
| require("heatshrink").decompress( | |
| atob( | |
| "ACsf4AFDg/wAocB/gSEv4YdACUHwAFDh/gAoc//AqE/w2D///DAUDAoIYCh4FBDAUfAol/AoJWCAgP/MQQFCEYU//4vDEYJnDF4JzEGgYYCLIrDdMIRjDAoZdBJQIABJgJuCLAQYZQoSuCOgQJCMYYYCN4QJBDExjkDAoAYPlbgwMAY7DJQhtGAARUDDCgAUh/+j5jEw5jE8JjE/F/MYYYY8Ef4DHDg/wY4cB/jHEv7HEDEZIBDAgGBDAYFBDAYFBDCq0YawZjDBIgnDMYb5DSvAYfR4L5DAoX/VwYABVwYABDCgAYcAQFCcAa9CcAS9CfIQYbgB8BHIiVBAAaVBAoaVBDE6ulDAoAYGIUPGInDGInwGIn8n5KEDC2APgIYC8CVBBIMD/CVBBIIOBSoIJBDFCVDDAKuEDAKuDDAKuDDCIAYfNYYGV3IYFV0QYFVybKESoIbEGgQACn40BDCwLEOQQYDEgiLCDFL5SBgauBDC6uSAApKxSoMH+CGC/0B/ifCSoN/T4QOBj/ABIIYmMcgYFADAcBJQxjDAoJjDAoJjDDDCu4DAqukDAoAZJYJSBAoJaCKQMALQRrBAwJBBNYIYaAAo", | |
| ), | |
| ), | |
| ); | |
| function setFont() { | |
| g.setFontCustom(fontStr, 46, atob("DBQdGh0dHR0dHB0dDA=="), 50 | 65536); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (module | |
| (type (;0;) (func (result f64))) | |
| (import "js" "n" (global (;0;) f64)) | |
| (import "js" "memory" (memory (;0;) 1)) | |
| (func (;0;) (type 0) (result f64) | |
| (local i32 i32 i32 i32 i32 i32 f64 f64) | |
| global.get 0 | |
| i32.trunc_f64_s | |
| global.set 1 | |
| global.get 1 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1 "/home/snek/code/yuzu/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp" | |
| # 1 "<built-in>" 1 | |
| # 1 "<built-in>" 3 | |
| # 469 "<built-in>" 3 | |
| # 1 "<command line>" 1 | |
| # 1 "<built-in>" 2 | |
| # 1 "/home/snek/code/yuzu/build/src/core/CMakeFiles/core.dir/cmake_pch.hxx.cxx" 1 | |
| # 2 "<built-in>" 2 | |
| # 1 "/home/snek/code/yuzu/build/src/core/CMakeFiles/core.dir/cmake_pch.hxx" 1 | |
| # 4 "/home/snek/code/yuzu/build/src/core/CMakeFiles/core.dir/cmake_pch.hxx" 3 |
NewerOlder