[−][src]Macro embedded_graphics::ucoord
Create an UnsignedCoord
from a pair of integer values
Input values must be u32
s
use embedded_graphics::{unsignedcoord::UnsignedCoord, ucoord}; let c: UnsignedCoord = ucoord!(20, 30);
Create an UnsignedCoord
from a pair of integer values
Input values must be u32
s
use embedded_graphics::{unsignedcoord::UnsignedCoord, ucoord}; let c: UnsignedCoord = ucoord!(20, 30);