Skip to content

Merge method #2

@gghost1

Description

@gghost1

Implement method to merge incoming bytes to the main frame
byte description:

{
      "x": 81,
      "y": 59,
      "color": "#000000"
   
 }

Bytes should overlap previos bytes. Then the final image should be stored in the db
storage format:

[{
      "x": 81,
      "y": 59,
      "color": "#000000"
   
 },
{
      "x": 81,
      "y": 59,
      "color": "#000000"
   
 }]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions