scope_types.h 259 B

12345678910111213
  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. } ScopeView;