Re: [PATCH 1/3] panel: simple: Fix size and bpp of BOE NV133FHM-N61

2020-05-09 Thread Doug Anderson
Hi, On Sat, May 9, 2020 at 1:00 PM Sam Ravnborg wrote: > > Hi Douglas > > On Fri, May 08, 2020 at 03:59:00PM -0700, Douglas Anderson wrote: > > The BOE NV133FHM-N61 is documented in the original commit to be a > > 13.3" panel, but the size listed in our struct doesn't match. > > Specifically: > >

Re: [PATCH 1/3] panel: simple: Fix size and bpp of BOE NV133FHM-N61

2020-05-09 Thread Sam Ravnborg
Hi Douglas On Fri, May 08, 2020 at 03:59:00PM -0700, Douglas Anderson wrote: > The BOE NV133FHM-N61 is documented in the original commit to be a > 13.3" panel, but the size listed in our struct doesn't match. > Specifically: > > math.sqrt(30.0 * 30.0 + 18.7 * 18.7) / 2.54 ==> 13.92 > > Searchi