Post Reply 
emu48 now for android-OS
04-04-2019, 07:19 PM (This post was last modified: 04-04-2019 07:20 PM by compsystems.)
Post: #28
RE: emu48 now for android-OS
For CG, request for emu48 source

The LCD of the calculators, really have in a fixed state of contrast three colors, background, pixel off, and pixel on, the color of pixel off is not the same background color, for this reason you need to add a new parameter on Lcd-End block, color -1 R G B


PHP Code:
Lcd
    Zoom 2
    Offset  25  13

    
# background
    
Color -1 R G B

    
#pixel on
    
Color 0 96 112 96
    Color 1 96 112 96
    Color 2 96 112 96
    Color 3 96 112 96
    Color 4 96 112 96
    Color 5 96 112 96
    Color 6 96 112 96
    Color 7 96 112 96
    Color 8 96 112 96
    Color 9 96 112 96
    Color 10 80 96 80
    Color 11 63 72 63
    Color 12 48 56 48
    Color 13 32 40 32
    Color 14 0 0 0 
#Reset
    
Color 15 0 0 0

    Color 16 0 0 0
    Color 17 0 0 0
    Color 18 0 0 0
    Color 19 0 0 0
    Color 20 0 0 0
    Color 21 0 0 0
    Color 22 0 0 0
    Color 23 0 0 0
    Color 24 0 0 0
    Color 25 0 0 0
    Color 26 0 0 0
    Color 27 0 0 0
    Color 28 0 0 0
    Color 29 0 0 0
    Color 30 0 0 0
    Color 31 0 0 0

    
#pixel off
    
Color 32 155 163 155 #0
    
Color 33 155 163 155 #1
    
Color 34 155 163 155 #2
    
Color 35 155 163 155 #3
    
Color 36 155 163 155 #4
    
Color 37 155 163 155 #5
    
Color 38 155 163 155 #6
    
Color 39 155 163 155 #7
    
Color 40 155 163 155 #8
    
Color 41 155 163 155 #9
    
Color 42 155 163 155 #10
    
Color 43 155 163 155 #11
    
Color 44 153 163 153 #12
    
Color 45 150 163 150 #13
    
Color 46 147 163 147 #14 Reset
    
Color 47 117 134 117 #15

    
Color 48 111 128 111 #16
    
Color 49 105 128 105 #17
    
Color 50 100 128 100 #18
    
Color 51 96 120 96 #19
    
Color 52 95 104 95 #20
    
Color 53 79 88 79 #21
    
Color 54 63 72 63 #22
    
Color 55 48 56 48  #23
    
Color 56 49 56 49 #24
    
Color 57 31 40 31 #25
    
Color 58 30 40 30 #26
    
Color 59 29 40 29 #27
    
Color 60 28 40 28 #28
    
Color 61 27 40 27 #29
    
Color 62 26 40 26 #30
    
Color 63 25 40 25 #31
End 

Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
emu48 now for android-OS - compsystems - 03-02-2019, 04:27 PM
RE: emu48 now for android-OS - SammysHP - 03-02-2019, 05:39 PM
RE: emu48 now for android-OS - Jlouis - 03-02-2019, 05:54 PM
RE: emu48 now for android-OS - franz.b - 03-02-2019, 07:23 PM
RE: emu48 now for android-OS - Luigi Vampa - 03-03-2019, 05:57 PM
RE: emu48 now for android-OS - SammysHP - 03-04-2019, 06:46 PM
RE: emu48 now for android-OS - EugeneNine - 03-04-2019, 06:47 PM
RE: emu48 now for android-OS - Ken S - 03-04-2019, 07:09 PM
RE: emu48 now for android-OS - compsystems - 03-07-2019, 10:55 PM
RE: emu48 now for android-OS - Gerald H - 03-07-2019, 08:54 AM
RE: emu48 now for android-OS - Marco Polo - 03-25-2019, 09:25 AM
RE: emu48 now for android-OS - Marco Polo - 04-01-2019, 01:17 PM
RE: emu48 now for android-OS - ijabbott - 04-04-2019, 12:16 PM
RE: emu48 now for android-OS - sunhp - 03-31-2019, 10:26 AM
RE: emu48 now for android-OS - John Keith - 04-02-2019, 06:29 PM
RE: emu48 now for android-OS - Lode - 04-04-2019, 07:53 AM
RE: emu48 now for android-OS - Lode - 04-04-2019, 07:06 PM
RE: emu48 now for android-OS - compsystems - 04-04-2019 07:19 PM
RE: emu48 now for android-OS - ijabbott - 04-04-2019, 07:51 PM
RE: emu48 now for android-OS - rprosperi - 04-05-2019, 12:25 AM
RE: emu48 now for android-OS - SammysHP - 04-08-2019, 11:01 AM
RE: emu48 now for android-OS - Marco Polo - 04-08-2019, 11:46 AM
RE: emu48 now for android-OS - John Keith - 04-08-2019, 01:29 PM
RE: emu48 now for android-OS - SammysHP - 04-08-2019, 06:07 PM
RE: emu48 now for android-OS - SammysHP - 04-17-2019, 06:16 PM
RE: emu48 now for android-OS - Marco Polo - 04-18-2019, 07:30 AM
RE: emu48 now for android-OS - snrowe - 04-18-2019, 12:39 PM
RE: emu48 now for android-OS - Marco Polo - 04-18-2019, 01:56 PM
RE: emu48 now for android-OS - ijabbott - 04-15-2019, 02:29 PM
RE: emu48 now for android-OS - Jlouis - 04-15-2019, 08:42 PM
RE: emu48 now for android-OS - ijabbott - 04-16-2019, 02:35 PM
RE: emu48 now for android-OS - BartDB - 04-18-2019, 01:18 PM
RE: emu48 now for android-OS - compsystems - 04-18-2019, 01:52 PM
RE: emu48 now for android-OS - jpph - 05-02-2019, 01:23 PM
RE: emu48 now for android-OS - jpph - 05-04-2019, 12:18 PM
RE: emu48 now for android-OS - ijabbott - 05-05-2019, 09:26 AM
RE: emu48 now for android-OS - Jlouis - 05-05-2019, 05:18 PM
RE: emu48 now for android-OS - ijabbott - 05-06-2019, 01:43 PM
RE: emu48 now for android-OS - ijabbott - 05-05-2019, 10:38 PM
RE: emu48 now for android-OS - aamiel - 05-06-2019, 09:56 PM
RE: emu48 now for android-OS - John Keith - 05-07-2019, 12:52 PM
RE: emu48 now for android-OS - aamiel - 05-07-2019, 05:38 PM
RE: emu48 now for android-OS - ijabbott - 06-06-2019, 02:28 PM
RE: emu48 now for android-OS - rprosperi - 06-07-2019, 10:09 PM
RE: emu48 now for android-OS - ijabbott - 06-08-2019, 09:12 AM
RE: emu48 now for android-OS - ijabbott - 06-08-2019, 09:18 AM
RE: emu48 now for android-OS - grsbanks - 06-08-2019, 09:49 AM
RE: emu48 now for android-OS - Ken S - 06-09-2019, 07:26 PM
RE: emu48 now for android-OS - zswobbie12 - 06-10-2019, 07:02 AM
RE: emu48 now for android-OS - ijabbott - 06-10-2019, 07:46 AM
RE: emu48 now for android-OS - zswobbie12 - 06-10-2019, 09:41 AM
RE: emu48 now for android-OS - ijabbott - 07-20-2019, 07:16 PM
RE: emu48 now for android-OS - ijabbott - 07-21-2019, 08:41 PM
RE: emu48 now for android-OS - cdmackay - 07-21-2019, 06:41 PM
RE: emu48 now for android-OS - compsystems - 07-29-2019, 05:29 PM
RE: emu48 now for android-OS - SammysHP - 10-22-2019, 12:59 AM
RE: emu48 now for android-OS - ijabbott - 11-11-2019, 11:08 PM
RE: emu48 now for android-OS - SammysHP - 11-12-2019, 09:03 AM
RE: emu48 now for android-OS - ijabbott - 11-12-2019, 10:14 PM
RE: emu48 now for android-OS - Marco Polo - 12-14-2019, 07:48 PM
RE: emu48 now for android-OS - compsystems - 12-19-2019, 02:57 AM
RE: emu48 now for android-OS - SammysHP - 12-22-2019, 08:06 PM
RE: emu48 now for android-OS - Yellow - 05-31-2020, 01:14 AM
RE: emu48 now for android-OS - Yellow - 05-31-2020, 05:56 PM
RE: emu48 now for android-OS - compsystems - 05-31-2020, 09:30 PM
RE: emu48 now for android-OS - compsystems - 06-10-2020, 03:36 PM
RE: emu48 now for android-OS - SammysHP - 10-31-2020, 08:36 PM
RE: emu48 now for android-OS - Marco Polo - 11-01-2020, 08:22 PM
RE: emu48 now for android-OS - John Keith - 11-19-2020, 09:00 PM
RE: emu48 now for android-OS - Marco Polo - 05-09-2021, 10:41 AM
RE: emu48 now for android-OS - John Keith - 05-09-2021, 05:49 PM
RE: emu48 now for android-OS - Marco Polo - 03-25-2022, 05:56 PM
RE: emu48 now for android-OS - DavidM - 08-23-2022, 10:02 PM
RE: emu48 now for android-OS - compsystems - 08-23-2022, 06:47 PM
RE: emu48 now for android-OS - ijabbott - 08-23-2022, 07:52 PM



User(s) browsing this thread: 2 Guest(s)