Thx a lot! My code is based on the custom shader sample, and I found the code:
Texture.defaultTo4bpp(true);
Change it to:
Texture.defaultTo4bpp(false);
and problem solved!
Texture.defaultTo4bpp(true);
Change it to:
Texture.defaultTo4bpp(false);
and problem solved!