The following configuration is being used:
Bitsy Optrex DMF 50961NF-SFW monochrome display image build 4.11, ROM 1.75 (in other words, a .NET build for the Bitsy)
When the new files are installed on the device, the screen display not only flickers but is ‘damaged’. The bottom half of the screen is ‘missing’.
Regarding the flicker, since the color and monochrome LCCR3 entries in the HWT are dissimilar (see below), would you be able to suggest a value to use for the monochrome entry in order to eliminate the flicker?
When I load the CE 3.0 image and ROM onto the above system, everything is fine.
HWT entries ;--------------------------------------------------------------------- ; These are the entries for the color display. The monochrome entries ; follow. ONLY ONE SET OF ENTRIES MUST BE ACTIVE AT A TIME. AND THEY ; MUST CORRESPOND TO THE REGISTRY (REG) ENTRIES. ;--------------------------------------------------------------------- ; ; START color display entries ; ;SHARP LQ64D343 VGA 640x480 TFT LCD ;0xB0100000 0x00000080 ; LCCR0 ;0xB0100020 0x2A2A1270 ; LCCR1 ;0xB0100024 0x182021DF ; LCCR2 ;0xB0100028 0x00300003 ; LCCR3 ; ; END color display entries ; ; START monochrome display entries ; ;SHARP LM64K11\LM64K122 Monochrome, Dual Panel 640x480 ; DO NOT UNCOMMENT THE FOLLOWING LINE. ;;;;;;;0x9004001C 0x00000000 ; GAFR = 0x00000000 0xB0100000 0x00000006 ; LCCR0 0xB0100020 0x01010a70 ; LCCR1 0xB0100024 0x00000cef ; LCCR2 0xB0100028 0x0000ff1A ; LCCR3 85Hz frame rate ; ; END monochrome display entries ;
Pertinent REG entries (I hope I listed them all) ; ; START monochrome display entries ; [HKEY_LOCAL_MACHINE\Drivers\Display] "DualPanelMode"=dword:1 ; ;//ADS, SHARP LM64K11/LM64K112 Monochrome, Dual Panel 640x480(125.6mmX95.2mm) ; [HKEY_LOCAL_MACHINE\Drivers\Display] "PaletteReverse"=dword:1 ;0 = Normal Mono, 1 = Reverse Mono(Inverted) ;WinCE rev 1.44 and up "BitsPerPixel"=dword:08 ; dword:8 for 8 BPP; dword:10 for 16 BPP "HorizSizeMillimeters"=dword:7D "VertSizeMillimeters"=dword:5F "PixelsPerLine"=dword:280 "PixelsPerColumn"=dword:1E0 "HorizPixelsPerInch"=dword:81 "VertPixelsPerInch"=dword:81 ; ;DTFP 95659 ; [HKEY_LOCAL_MACHINE\Drivers\TOUCH] "SamplePeriodHighHns"=dword:c350 ; 5ms "AdcReadHoldoffHns"=dword:6DC ; 175 us "PenDownHoldoffHns"=dword:1388 ; 500 us "EnableDebugMsg"=dword:1 ; 1=echo raw touch data to debug port, 0=normal(no debug output) ; ; END monochrome display entries ;
|