mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
Added address filter in POCSAG RX
Changed POCSAG log format Console widget knows red, green and blue now
This commit is contained in:
parent
555201b780
commit
3a1e5b8772
8 changed files with 141 additions and 115 deletions
|
@ -173,7 +173,7 @@ void SystemStatusView::on_camera() {
|
|||
return;
|
||||
}
|
||||
|
||||
for(int i=0; i<320; i++) {
|
||||
for(int i = 0; i < 320; i++) {
|
||||
std::array<ColorRGB888, 240> row;
|
||||
portapack::display.read_pixels({ 0, i, 240, 1 }, row);
|
||||
png.write_scanline(row);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue