display
Get Pixel Color
Retrieves the RGB color values of a pixel at the specified coordinates.
post/api/display/pixel_color
Request body
Example request
{
"display_num": 1,
"x": 100,
"y": 100
}Response
Successfully retrieved pixel color
Retrieves the RGB color values of a pixel at the specified coordinates.
{
"display_num": 1,
"x": 100,
"y": 100
}Successfully retrieved pixel color