Re: [PATCH] hw/display: Fix mirrored output in dm163

2024-09-17 Thread Peter Maydell
On Tue, 17 Sept 2024 at 10:54, Michael Tokarev wrote: > > On 17.09.2024 12:39, Peter Maydell wrote: > > >> This is an interesting device, I wonder if it is used by anyone? > > > > The device is used by the Arm b-l475e-iot01a board. > > I mean if it is actually used in practice, - there's just 1 co

Re: [PATCH] hw/display: Fix mirrored output in dm163

2024-09-17 Thread Michael Tokarev
On 17.09.2024 12:39, Peter Maydell wrote: This is an interesting device, I wonder if it is used by anyone? The device is used by the Arm b-l475e-iot01a board. I mean if it is actually used in practice, - there's just 1 commit for this file - it's addition in Apr this year, and that's all. If

Re: [PATCH] hw/display: Fix mirrored output in dm163

2024-09-17 Thread Peter Maydell
On Tue, 17 Sept 2024 at 10:11, Michael Tokarev wrote: > > On 15.09.2024 15:57, Inès Varhol wrote: > > DM163 is an emulated 8x8 LED matrix. This commit flips the image > > horizontally so it's rendered the same way as on the hardware. > > Picked this one up for trivial-patches, as it is, - > I've n

Re: [PATCH] hw/display: Fix mirrored output in dm163

2024-09-17 Thread Michael Tokarev
On 15.09.2024 15:57, Inès Varhol wrote: DM163 is an emulated 8x8 LED matrix. This commit flips the image horizontally so it's rendered the same way as on the hardware. Picked this one up for trivial-patches, as it is, - I've no idea if it is correct or not :) This is an interesting device, I w

[PATCH] hw/display: Fix mirrored output in dm163

2024-09-15 Thread Inès Varhol
DM163 is an emulated 8x8 LED matrix. This commit flips the image horizontally so it's rendered the same way as on the hardware. Signed-off-by: Inès Varhol --- hw/display/dm163.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/display/dm163.c b/hw/display/dm163.c index f92a