From 70ac7436743ed45a32f4b79d19d34cf0283d4f93 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 3 Feb 2024 12:44:03 -0500 Subject: [PATCH] Adding extended version of Zoran wf colors (commented out for now). --- owrx/waterfall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/waterfall.py b/owrx/waterfall.py index 30d6e1fa..d433ee84 100644 --- a/owrx/waterfall.py +++ b/owrx/waterfall.py @@ -286,6 +286,7 @@ class Ha7ilmWaterfall(Waterfall): class ZoranWaterfall(Waterfall): def __init__(self): +# super().__init__([0x000000, 0x000965, 0x00E0FF, 0x00FFE0, 0x2EFF00, 0xECFF00, 0xFFEC00, 0xFF6500, 0xFF0000]) super().__init__([0x000000, 0x000965, 0x00E0FF, 0x2EFF00, 0xFFEC00, 0xFF0000])