secubox-deb/.gitignore
CyberMind-FR f6dc57349c fix(eye-remote): Use legacy DPI mode for HyperPixel on Pi Zero W
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>
2026-04-21 22:00:20 +02:00

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/