I need help about menu on 12864 display
Right upper part of the display where coordinates are displayed is shited to the left....wrong position.....about 10 pixels to the left.Where i can change this positioning in configuration files?
Comments
Is this on all pages or just one where the content maybe did not fit also coordinates normally fit? Is it the complete text line or just one pixel row with offset?
Regarding menu I could not really follow and have currently no printer to check. Already on V2 with new menu system. But so far no one complained about wrong temperatures. Maybe an image would help for both issues to see what you mean. If temperature is in head line that is controlled by the format string in your configuration and is independent of the menu system.
it has been solved by adding some timing delays to the display routine,
This seems to work in marlin code but where to put it in repetier ?
Regarding delay you need to find the matching
#define UI_DELAYPERCHAR 50
in displaylist.h and increase that value. That is the delay between changes when sending data to display. But I do not think it is also used for 12864 displays, there delay comes from u8g library.
https://ibb.co/CPwK7hz - displayed temp is for both extruders on main page - firmware 1
You see one version has 1: and 2: before temperature and the other version shifted not, so it is 2 chars to the left.
What language are you using? Looks like english but in uilang.h for english translation I see
That does not really match to your images. In mixing etxruder state it would be one extrude r+ bed temperature not 1: and 2: as in second picture. Also no version has 1: and 2: preceded here. So currently I wonder where that comes from. Are you using our official version or some other fork of firmware? I'm looking here at 1.0.4dev version.