Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.44k stars 259 forks source link

`Enhancement` Inverted US Landscape TFT #2193

Open PhoenixMage opened 3 months ago

PhoenixMage commented 3 months ago

Enhancement Summary

Provide an inverted US Landscape TFT or instructions on how to create one

Detailed Description

I am using US NS Panels in landscape orientation but for consistency and convenience I always locate the physical button closest to the door when walking into the room. This means that sometimes I need to have the panel inverted 180 degrees.

Is it possible to create another TFT named something like nspanel_us_land-i.tft where the display is rotated 180 degrees?

Alternatively can you advise what I would need to change in the tft code to make this happen?

Additional Context

No response

arnonh commented 3 months ago

I didn't test this but try this file nspanel_us_land.zip

edwardtfn commented 3 months ago

I've played with an inverted version and almost everything works fine, except by the hardware buttons indicators in the screen, as none of the pages have been designed to leave space for those indicators on the left side.

PhoenixMage commented 2 months ago

@arnonh Thanks, I haven't tested that one.

@edwardtfn I grabbed the inverted tft from commit 7dca259 and added as the nextion_update_url as I noticed that it was included in 4.3.10 but removed in 4.3.11 (I assume it was part of the problem). Hope you can integrate it into your main branch again soon.