kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
433 stars 130 forks source link

GUI: Change header image and logo to pixels data #178

Closed olderzeus closed 2 years ago

olderzeus commented 2 years ago

Some images from es-theme-gbz35. https://github.com/rxbrad/es-theme-gbz35

kbeckmann commented 2 years ago

Thanks, but I don't think the license is GPL compatible:

Creative Commons CC BY-NC-SA - https://creativecommons.org/licenses/by-nc-sa/3.0/

This project is under GPL 2.0.

olderzeus commented 2 years ago

I Can remove that image data. Is this logo data allowed?

        0x7f, 0xff, 0xff, 0xff, 0xc0, //_#################################_
        0x80, 0x00, 0x00, 0x00, 0x20, //#_________________________________#
        0x8f, 0x01, 0x02, 0x17, 0xa0, //#___####_______#______#____#_####_#
        0x90, 0x83, 0x06, 0x34, 0x20, //#__#____#_____##_____##___##_#____#
        0xa0, 0x05, 0x0a, 0x54, 0x20, //#_#__________#_#____#_#__#_#_#____#
        0xa0, 0x05, 0x0a, 0x54, 0x20, //#_#__________#_#____#_#__#_#_#____#
        0xa3, 0xcf, 0x12, 0x97, 0xa0, //#_#___####__####___#__#_#__#_####_#
        0xa0, 0x51, 0x23, 0x14, 0x20, //#_#______#_#___#__#___##___#_#____#
        0x90, 0x91, 0x23, 0x14, 0x20, //#__#____#__#___#__#___##___#_#____#
        0x8f, 0x21, 0x42, 0x17, 0xa0, //#___####__#____#_#____#____#_####_#
        0x80, 0x00, 0x00, 0x00, 0x20, //#_________________________________#
        0x80, 0x00, 0x60, 0x00, 0x20, //#________________##_______________#
        0x80, 0x00, 0x90, 0x00, 0x20, //#_______________#__#______________#
        0x80, 0x00, 0xe0, 0x00, 0x20, //#_______________###_______________#
        0x80, 0x00, 0x40, 0x00, 0x20, //#________________#________________#
        0x80, 0x00, 0xe8, 0x00, 0x20, //#_______________###_#_____________#
        0x80, 0x01, 0x10, 0x00, 0x20, //#______________#___#______________#
        0x80, 0x01, 0x30, 0x00, 0x20, //#______________#__##______________#
        0x80, 0x01, 0xcc, 0x00, 0x20, //#______________###__##____________#
        0x80, 0x00, 0x00, 0x00, 0x20, //#_________________________________#
        0xa1, 0x09, 0x73, 0xc8, 0xa0, //#_#____#____#__#_###__####__#___#_#
        0xa3, 0x13, 0x24, 0x28, 0xa0, //#_#___##___#__##__#__#____#_#___#_#
        0xa3, 0x15, 0x28, 0x08, 0xa0, //#_#___##___#_#_#__#_#_______#___#_#
        0xa5, 0x25, 0x28, 0x0f, 0xa0, //#_#__#_#__#__#_#__#_#_______#####_#
        0xa9, 0x4f, 0x28, 0x08, 0xa0, //#_#_#__#_#__####__#_#_______#___#_#
        0xa9, 0x51, 0x28, 0x08, 0xa0, //#_#_#__#_#_#___#__#_#_______#___#_#
        0xb1, 0x91, 0x24, 0x28, 0xa0, //#_##___##__#___#__#__#____#_#___#_#
        0xa1, 0x21, 0x23, 0xc8, 0xa0, //#_#____#__#____#__#___####__#___#_#
        0x80, 0x00, 0x00, 0x00, 0x20, //#_________________________________#
        0x7f, 0xff, 0xff, 0xff, 0xc0, //_#################################_
kbeckmann commented 2 years ago

Is this logo data allowed?

I honestly don't know. I appreciate the PR and will review your code soon.