06-27-2020, 12:57 AM
(06-26-2020, 06:35 PM)sodthor Wrote: Maybe you can change the bg color only every 2 or 4 lines to reduce the slowdown.
in setHBLTimer:
__asm("ldb (TREG0),0x01");
replace 1 by 2 or 4
I am getting good performance with only a few colors assigned. I will have to consider whether or not more gradient effects will be worth it. As it is, I am happy to get event just a few solid segments of different colors.
Thanks for your help!