Search found 8 matches
- Tue Apr 27, 2010 11:10 pm
- Forum: WinCE Development
- Topic: C# Buzzer Sample Code
- Replies: 5
- Views: 27373
Re: C# Buzzer Sample Code
Ok, here's the same code in VB: Imports System.Runtime.InteropServices Public Class Buzzer <DllImport("coredll.dll")> _ Public Shared Function DeviceIoControl(ByVal hDevice As Integer, ByVal dwIoControlCode As Integer, ByVal lpInBuffer As Byte(), ByVal nInBufferSize As Integer, ByVal lpOutBuffer As ...
- Wed Apr 21, 2010 4:10 pm
- Forum: WinCE Development
- Topic: C# Buzzer Sample Code
- Replies: 5
- Views: 27373
Re: C# Buzzer Sample Code
Sorry, this code uses new stuff in the CE6 image.
I can convert it to VB if you want but you must be using the new firmware.
Cheers
I can convert it to VB if you want but you must be using the new firmware.
Cheers
- Sun Dec 06, 2009 1:44 pm
- Forum: WinCE Development
- Topic: Screen alignment problem
- Replies: 3
- Views: 3432
Re: Screen alignment problem
You have to set the screen options.
Search for the line
#define LCD_T35
You need to choose between
#define LCD_N35
or #define LCD_T35
(Uncomment out only one) and rebuild.
Search for the line
#define LCD_T35
You need to choose between
#define LCD_N35
or #define LCD_T35
(Uncomment out only one) and rebuild.
- Thu Dec 03, 2009 5:52 pm
- Forum: WinCE Development
- Topic: C# Buzzer Sample Code
- Replies: 5
- Views: 27373
C# Buzzer Sample Code
Hi all, Here's a C# class that controls the buzzer on the board. I think it will only run on the new CE6 images which have system support for the buzzer. This makes it super easy to make the buzzer work! I can convert it to VB.Net if people want it... class Buzzer { [DllImport("coredll.dll", EntryPo...
- Wed Dec 02, 2009 5:18 pm
- Forum: WinCE Development
- Topic: Windows CE 6 BSP
- Replies: 21
- Views: 17907
Re: Windows CE 6 BSP
Ok, I flashed the NOR with JTAG with the new vivi (the one included with the new CE6 files) and it works!!!
FINALLY!
Windows CE 6 on the mini2440!!!!
FINALLY!
Windows CE 6 on the mini2440!!!!
- Wed Dec 02, 2009 4:45 pm
- Forum: WinCE Development
- Topic: Windows CE 6 BSP
- Replies: 21
- Views: 17907
Re: Windows CE 6 BSP
I'm having the same problem. It works straight after flash (when still on NOR) but doesn't start after a reset into NAND.
- Tue Dec 01, 2009 6:20 pm
- Forum: WinCE Development
- Topic: Windows CE 6 BSP
- Replies: 21
- Views: 17907
Re: Windows CE 6 BSP
I found this today. Looks like the CE6 BSP. Either from here (You have to register (in Chinese)) http://www.arm9home.net/read.php?tid-3814.html (Translation) http://translate.googleusercontent.com/translate_c?hl=en&sl=zh-CN&u=http://www.arm9home.net/read.php%3Ftid-3814-fpage-0-toread--page-1.html&pr...
- Wed Oct 28, 2009 10:57 pm
- Forum: WinCE Development
- Topic: backlight control
- Replies: 15
- Views: 11922
Re: backlight control
Hey nicolas,
Thanks for you great work. Any chance of releasing the code that controls the back light?
Cheers
Thanks for you great work. Any chance of releasing the code that controls the back light?
Cheers