8 #ifndef SMITH_H_INCLUDED 9 #define SMITH_H_INCLUDED 20 #define SMITH_R50 (1<<0) 21 #define SMITH_R10 (1<<1) 22 #define SMITH_R25 (1<<2) 23 #define SMITH_R100 (1<<3) 24 #define SMITH_R200 (1<<4) 25 #define SMITH_R500 (1<<5) 26 #define SMITH_Y50 (1<<6) 27 #define SMITH_J10 (1<<7) 28 #define SMITH_J25 (1<<8) 29 #define SMITH_J50 (1<<9) 30 #define SMITH_J100 (1<<10) 31 #define SMITH_J200 (1<<11) 32 #define SMITH_J500 (1<<12) 33 #define SMITH_SWR2 (1<<13) 34 #define SMITH_LABELS (1<<14) 50 #endif //SMITH__INCLUDED void SMITH_DrawG(int index, float complex G, LCDColor color)
Definition: smith.c:184
uint32_t LCDColor
LCD color type.
Definition: LCD.h:26
void SMITH_DrawGrid(int32_t x, int32_t y, int32_t r, LCDColor color, LCDColor bgcolor, uint32_t flags)
Definition: smith.c:34
void SMITH_DrawGEndMark(LCDColor color)
Definition: smith.c:209
void SMITH_ResetStartPoint(void)
Definition: smith.c:179
uint32_t color
Definition: keyboard.c:29
void SMITH_DrawLabels(LCDColor color, LCDColor bgcolor, uint32_t flags)
Definition: smith.c:106