Add a YAML test scenario file `tests/scenarios/ssd1327.yaml` for the SSD1327 driver. ### Expected tests - **Mock**: verify initialization sequence - **Hardware**: basic display operations (fill, text, show) - **Manual**: validate display output visually ### Reference - Driver: `lib/ssd1327/` - Test framework: PR #28
Add a YAML test scenario file
tests/scenarios/ssd1327.yamlfor the SSD1327 driver.Expected tests
Reference
lib/ssd1327/