Skip to content

Commit

Permalink
[GigaBlue] update drivers gb7356, gb73625, gb7362, gb7358
Browse files Browse the repository at this point in the history
 - Fix refreshrate multi
 - Fix videomode proc when read it
 - Fix zoomrate proc
 - Fix pip position if osd position is set
 - Fix fb accel blit
 - Fix LCD color bit order from rgb565 to bgr565

<About LCD bit order>
 - Remove workaround code "color bit order" for above models in lcd.cpp or remove LCD_COLOR_BITORDER_RGB565 in configure.ac
  • Loading branch information
arn354 committed Mar 30, 2018
1 parent 4460a02 commit 8e2ab69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
SRCDATE = "20170726" SRCDATE = "20180329a"


KV = "4.8.3" KV = "4.8.3"


SRC_URI[md5sum] = "f69aa4e629967ce5fb566c1b8780610a" SRC_URI[md5sum] = "4e255cbafed31e263695a9b90dec1f94"
SRC_URI[sha256sum] = "f50764967dfa9c24512dcb7d90b16a216dafc3a5c00cc6108ea651c4adc3fbbe" SRC_URI[sha256sum] = "0ebf3b8b275e47ef519cfb616c51c8aa4d38aebc806b0d5eff1c6598a2dcf784"


SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7356-${SRCDATE}.zip" SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7356-${SRCDATE}.zip"


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
SRCDATE = "20170726" SRCDATE = "20180330"


KV = "4.8.3" KV = "4.8.3"


SRC_URI[md5sum] = "f3609a0d0d158f7e07500415b3e2f521" SRC_URI[md5sum] = "f300c5b6de98bde84044ca09905b43cc"
SRC_URI[sha256sum] = "2419457f531f3abae440346c8cf8d7688161acf668a489a504806091933f4304" SRC_URI[sha256sum] = "3f02f21bbcff5550accefb64d9008da310ca3393bc99d08b058a36e1370d523b"


SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7358-${SRCDATE}.zip" SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7358-${SRCDATE}.zip"


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
SRCDATE = "20170726" SRCDATE = "20180329a"


KV = "4.8.3" KV = "4.8.3"


SRC_URI[md5sum] = "5dc5b0a178813775e62ecd000f18e543" SRC_URI[md5sum] = "732283fc0411607039af1362e43f57c4"
SRC_URI[sha256sum] = "74db43b8dfd51a4dcd2b6fef81a623e3cac091d3b2502a8ad6dc6e9e662a90d0" SRC_URI[sha256sum] = "6387be2d72f6434fd99a30e9a9dc179c465e93816b657d6df8c930d02633bdae"


SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7362-${SRCDATE}.zip" SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM7362-${SRCDATE}.zip"


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
SRCDATE = "20170726" SRCDATE = "20180329a"


KV = "4.8.3" KV = "4.8.3"


SRC_URI[md5sum] = "a241e3f96efd92bb41fbde989d5f1b74" SRC_URI[md5sum] = "1e69d2a2f7ee1d1041797d22d5478fef"
SRC_URI[sha256sum] = "f0ad81b89741f7bed7b9da2f306d288059ac08b7759e3552f607a7e0fbcbc675" SRC_URI[sha256sum] = "f209a943d0a551c6fd5f48b207e59eccb6f50bd20ee6270790795919369e00ff"


SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM73625-${SRCDATE}.zip" SRC_URI = "http://opensat.de/gigablue/drivers/gigablue-drivers-${KV}-BCM73625-${SRCDATE}.zip"


Expand Down

3 comments on commit 8e2ab69

@outrageuk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange colours on front panel LCD (GigaBlue Quad Plus) since driver update.

https://www.world-of-satellite.com/showthread.php?59392-Strange-colours-on-front-panel-after-latest-driver-update

@atvcaptain
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vix team not read commit infos:

  • Remove workaround code "color bit order" for above models in lcd.cpp or remove LCD_COLOR_BITORDER_RGB565 in configure.ac

@outrageuk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to have this same problem again since updating for 5.2.

OpenVIX 6.2.006

Has this fix been removed for some reason?

Please sign in to comment.