mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
Pi Zero W does not support KMS properly. This commit adds the working HyperPixel 2.1 Round configuration using legacy DPI mode: - hyperpixel2r.dtbo: Legacy overlay (not KMS version) - hyperpixel2r-init: ST7701S LCD init script using pigpio - config.txt: DPI timings for 480x480 display - LightDM autologin + openbox kiosk configuration The build script now forces legacy DPI mode instead of preferring KMS. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
513 B
Plaintext
42 lines
513 B
Plaintext
.venv/
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
output/
|
|
*.img
|
|
*.img.gz
|
|
*.vdi
|
|
*.deb
|
|
*.changes
|
|
*.buildinfo
|
|
*.dsc
|
|
packages/*/*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Debian build artifacts
|
|
packages/*/debian/.debhelper/
|
|
packages/*/debian/debhelper-build-stamp
|
|
packages/*/debian/files
|
|
packages/*/debian/*.substvars
|
|
packages/*/debian/*.postrm.debhelper
|
|
packages/*/debian/secubox-*/
|
|
daemon/build/
|
|
|
|
# Local APT cache/repo (build artifacts)
|
|
cache/repo/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.npm/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.wiki/
|
|
*.egg-info/
|