支持频谱显示,感谢哈哈哈群友的代码

This commit is contained in:
2025-09-05 19:28:01 +08:00
parent 10edbc6402
commit 536ef62412
9 changed files with 1171 additions and 3571 deletions

View File

@@ -32,6 +32,9 @@ public:
virtual std::string GetTheme() { return current_theme_name_; }
virtual void UpdateStatusBar(bool update_all = false);
virtual void SetPowerSaveMode(bool on);
virtual void start() {}
virtual void clearScreen() {} // 清除FFT显示默认为空实现
virtual void stopFft() {} // 停止FFT显示默认为空实现
inline int width() const { return width_; }
inline int height() const { return height_; }
@@ -90,4 +93,4 @@ private:
virtual void Unlock() override {}
};
#endif
#endif