![]() |
Forum Index : Microcontroller and PC projects : Small editor problem with PicoMiteVGA
Author | Message | ||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 949 |
Hi, i use version V5.07.05RC4. When I scroll down and up once in the editor, the top row of pixels of the numbers and letters disappear on some lines: The error occurs with MODE 1 as well as MODE 2, whereby it is more disturbing with MODE 2... This malfunction does not affect the whole line, nor all lines. In MODE 2, the assignment of the function keys is not displayed in the footer - is this the way it should be for space reasons? The ' character is not on the correct key on the German keyboard. As with Teraterm, it should be the '# key and not the `'. You can live with this anyway - I just wanted to point it out... Frank |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10310 |
Which font? |
||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 949 |
I used "OPTION LCDPANEL CONSOLE 7". The standard at MODE 2 was too big for me. Frank |
||||
Volhout Guru ![]() Joined: 05/03/2018 Location: NetherlandsPosts: 5089 |
Press <align> on the monitor ? PicomiteVGA PETSCII ROBOTS |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10310 |
Found it - will fix in the next RC (day 1 Geoff bug which makes a change ![]() Edited 2022-09-29 22:18 by matherp |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3292 |
That code is six years old. It is amazing how these smaller bugs can stay hidden for so long. Geoff Geoff Graham - http://geoffg.net |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10310 |
case CLEAR_TO_EOL: DrawBox(CurrentX, CurrentY, HRes, CurrentY + gui_font_height, 0, 0, gui_bcolour); break; should be case CLEAR_TO_EOL: DrawBox(CurrentX, CurrentY, HRes- 1, CurrentY + gui_font_height -1, 0, 0, gui_bcolour); break; |
||||
led-bloon![]() Senior Member ![]() Joined: 21/12/2014 Location: AustraliaPosts: 207 |
Part of the old "90/10 rule"? Miss you George |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |