Hello, so ive been running 1.54m @16Mhz on my AY-AT without a problem everything works as expected i just came looking mostly for some clarification of some specific parameters on the config files
so on makefile i changed settings accordingly to its user manual, however reading on here about compiler optimizations i enabled 3 of them on the make file namely
MakeFile
OPTIMIZE_VECTORS = yes
CFLAGS += -flto
LDFLAGS += -Wl,-relax
and from what i remember madires saying, is that you should be wary playing with other optimizations not defined in the makefile because they could alter test resutls,
but would these 3 settings together change the results at all ?
also on config.h i changed some setting as suggested to optimize on the user manual and i could get it to read the wall adapter pretty accurately and lowered the shutdown voltage enough to be able to power it from a smartphone charger should i ever need to (highest quality psu i can get right now)
anyway on this config file i had doubts about these
Config.h
#define UREF_25
#define HW_REF25
#define UREF_VCC
so i was taking measurements with the DMM as suggested and i noticed that the VCC voltage on the HT7550 is much more stable than the VREF of the TL431A
(i know and have seen scope captures that it dips during measurementss and my dmm cant read that)
because even the device being idle on the main menu the vref voltage is fluctuating while the vcc voltage is pretty much rock solid (no more than a 0.001 variance) while vref was varying 0.02+-
so idk if i did more harm that good by disabling vref on fw without a scope measurements
even then with vref disabled measuring caps is very very stable, measuring a 1uf polyester cap doesnt vary more than 0.001 and same for esr 0.01 at worst (i think with vref enabled it was almost if not the same results)
also two other questions
the manual mentions a contrast setting being available for SOME lcd modules being available to change with the rotary encoder,
i assume this isnt available for the ST7735 the AY-AT uses ?
and also last question is there a slightly thicker font available ? i mean closer to whatever font K firm used, maybe quite not so thick but it seems like the default one is like 1 pixel width at best
also thank you all for your continued development of this firmware am very happy with it