well, miniclock has no clue about portrait/landscape mode. it just knows to show at offset.
as said before, there are two sets of settings, one for bitmap (offset_xy) and one for truetype (truetype_xy).
if the truetype has an error (bad font, bad offset, bad other option) it will fall back to bitmap mode.
so you might have to check if your truetype_* settings are correct for landscape mode.
(there is at the moment no way to set more than one offset to support both portrait and landscape with truetype font, or to detect that condition)
|