[−][src]Macro embedded_graphics::icoord
Create a Coord
from a pair of integer values
Input values must be i32
s
use embedded_graphics::{coord::Coord, icoord}; let c: Coord = icoord!(20, 30);
Create a Coord
from a pair of integer values
Input values must be i32
s
use embedded_graphics::{coord::Coord, icoord}; let c: Coord = icoord!(20, 30);