Start of 5.X work

This commit is contained in:
Sebastien L
2025-03-18 17:38:34 -04:00
parent c0ddf0a997
commit 73bd096f37
442 changed files with 227862 additions and 21075 deletions

View File

@@ -1,9 +1,12 @@
syntax = "proto3";
package sys;
package sys.artwork;
import "nanopb.proto";
message Artwork {
message config {
option (nanopb_msgopt).packed_struct = true;
option (nanopb_msgopt).msgid = 1002;
bool enabled = 1 ; // Enable cover art display
bool resize = 2 ; // Optional parameter to indicate if the artwork should be resized
}