mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-26 21:32:41 +03:00
14 lines
209 B
C
14 lines
209 B
C
#pragma once
|
|
|
|
#include "display/render/line.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void render_grid(render_ctx_t* ctx, uint16_t x, uint16_t y, uint16_t step, uint16_t color);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|