diff options
| author | Your Name <you@example.com> | 2026-05-19 02:00:31 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 02:00:31 +0530 |
| commit | 9f7dd94029c8dc12117494548f5f32221a729307 (patch) | |
| tree | 0db4cf1f0e2cb5ad64cf9c7eb93085598a4722a2 /components/nucula_lib/nucula_wallet.cpp | |
| parent | 58a0b5fd115d9687a1292e5e82e6b9fa8454b930 (diff) | |
Fix display rotation: use stride=480 for correct framebuffer addressing
The framebuffer was using s_width as row stride, but s_width changes
after rotation (320→480). This caused buffer overflows and black screen
in landscape mode. Now uses fixed stride=480 with 480*480*2 allocation.
Diffstat (limited to 'components/nucula_lib/nucula_wallet.cpp')
0 files changed, 0 insertions, 0 deletions