eth_view_process.h 347 B

1234567891011
  1. #pragma once
  2. #include "eth_worker.h"
  3. #include <gui/gui.h>
  4. #define SCREEN_SYMBOLS_WIDTH 30
  5. #define SCREEN_STRINGS_COUNT 40
  6. void ethernet_view_process_draw(EthViewProcess* process, Canvas* canvas);
  7. void ethernet_view_process_print(EthViewProcess* process, const char* str);
  8. void ethernet_view_process_move(EthViewProcess* process, int8_t shift);