Artwork.proto 319 B

123456789101112
  1. syntax = "proto3";
  2. package sys.artwork;
  3. import "nanopb.proto";
  4. message config {
  5. option (nanopb_msgopt).packed_struct = true;
  6. option (nanopb_msgopt).msgid = 1002;
  7. bool enabled = 1 ; // Enable cover art display
  8. bool resize = 2 ; // Optional parameter to indicate if the artwork should be resized
  9. }