scope_types.h 278 B

1234567891011121314
  1. #pragma once
  2. #include <furi.h>
  3. #include <furi_hal.h>
  4. #define S_DEVELOPED "anfractuosity"
  5. #define S_GITHUB "https://github.com/anfractuosity/flipperscope"
  6. typedef enum {
  7. ScopeViewVariableItemList,
  8. ScopeViewSubmenu,
  9. ScopeViewWidget,
  10. ScopeViewSave,
  11. } ScopeView;