Hello,
I have bought a tvbg and everything is going well (have some fun in the supermarket)
so I have make a only led kit from the diagram on a breadboard (v1.2) and it works , testing 5 different kind of LED
that shut the tv, and I am wondering if there's something to change to the makefile, to have only the euro codes
in the .hex file ?
#CFLAGS += -std=c89
#CFLAGS += -std=gnu89
#CFLAGS += -std=c99
CFLAGS += -std=gnu99
ifdef EU_CODE
CFLAGS += -DEU_CODES
Or are all the codes are in the .hex file (us + euro) ?
Thank you for the great job you've done and the fun you give !

