screen: Add functions for screen resolution and text

This commit is contained in:
2025-10-13 19:39:55 +02:00
parent cce42f7c2d
commit 4304a92a53
3 changed files with 127 additions and 0 deletions

View File

@@ -2,4 +2,6 @@ package goadb
type Device struct {
Serial string
Screenx int
Screeny int
}