Skip to content

Commit 36e64d4

Browse files
author
kubi48
committed
neue chinesische T4 Version
git-svn-id: svn://mikrocontroller.net/transistortester@774 6ebdd44f-5a7e-449c-b779-36259138d2c7
1 parent 0741b2f commit 36e64d4

File tree

5 files changed

+2352
-7
lines changed

5 files changed

+2352
-7
lines changed

Software/trunk/langCZECH.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//const unsigned char TestRunning[] MEM_TEXT = "Probíhá meøení..";
33
const unsigned char TestRunning[] MEM_TEXT = {'P','r','o','b',Cz_i,'h',Cz_a,' ','m',Cz_ee,Cz_r,'e','n',Cz_i,0};
44
//const unsigned char BatWeak[] MEM_TEXT = "slabá"; //€€";
5-
const unsigned char BatWeak[] MEM_TEXT = {'s','l','a','b',Cz_a,0}; //€€";
5+
const unsigned char BatWeak[] MEM_TEXT = {'s','l','a','b',Cz_a,0}; //slabá";
66
//const unsigned char BatEmpty[] MEM_TEXT = "vybitá";
77
const unsigned char BatEmpty[] MEM_TEXT = {'v','y','b','i','t',Cz_a,0};
88
//const unsigned char TestFailed2[] MEM_TEXT = "vadná "; //€€€€€€";
9-
const unsigned char TestFailed2[] MEM_TEXT = {'v','a','d','n',Cz_a,' ',0}; //€€€€€€";
9+
const unsigned char TestFailed2[] MEM_TEXT = {'v','a','d','n',Cz_a,' ',0}; //vadná";
1010
//const unsigned char Bauteil[] MEM_TEXT = "souèástka"; //€";
11-
const unsigned char Bauteil[] MEM_TEXT = {'s','o','u',Cz_c,Cz_a,'s','t','k','a',0}; //";
11+
const unsigned char Bauteil[] MEM_TEXT = {'s','o','u',Cz_c,Cz_a,'s','t','k','a',0}; //souèástka";
1212
//const unsigned char Diode[] MEM_TEXT = "Dioda: ";
1313
const unsigned char Triac[] MEM_TEXT = "Triak";
1414
const unsigned char Thyristor[] MEM_TEXT = "Tyristor"; //€";
@@ -32,7 +32,7 @@
3232
#ifndef NO_FREQ_COUNTER
3333
const unsigned char FREQ_str[] MEM2_TEXT = "Frekvence";
3434
#ifdef WITH_FREQUENCY_DIVIDER
35-
const unsigned char FScaler_str[] MEM2_TEXT = "F-Scaler";
35+
const unsigned char FScaler_str[] MEM2_TEXT = {'f','-','p',Cz_r,'e','d','d',Cz_ee,'l','i',Cz_c,0};// " pøeddìliè"
3636
#endif
3737
#endif
3838
//const unsigned char VOLTAGE_str[] MEM2_TEXT = "Napìtí";

Software/trunk/lcd-routines.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ void lcd_restore_position(void) {
212212
// send a 24x32 icon to one quarter of the screen
213213
// the number temp1 is the icon-number from 0 to 15
214214
// with offset 0 the icon is written to the right lower quarter of the screen
215-
// with offset 16, 0x10 the icon is written to the left lower quarter of the screen
216-
// with offset 32, 0x20 the icon is written to the right upper quarter of the screen
217-
// with offset 48, 0x30 the icon is written to the left upper quarter of the screen
215+
// with offset 64, 0x40 the icon is written to the left lower quarter of the screen
216+
// with offset 128, 0x80 the icon is written to the right upper quarter of the screen
217+
// with offset 192, 0xC0 the icon is written to the left upper quarter of the screen
218218
// to the left of the quarter are at least 8 pixels free
219219
// to the right of the quarter are 16 pixels free (8+24+16 < (SCREEN_WIDTH/2)
220220
#if (LCD_GRAPHIC_TYPE != 0) && (WITH_GRAPHICS != 0)

0 commit comments

Comments
 (0)