Search found 8 matches

by spinbot
Tue Apr 27, 2010 11:10 pm
Forum: WinCE Development
Topic: C# Buzzer Sample Code
Replies: 5
Views: 6110

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 ...
by spinbot
Wed Apr 21, 2010 4:10 pm
Forum: WinCE Development
Topic: C# Buzzer Sample Code
Replies: 5
Views: 6110

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
by spinbot
Sun Dec 06, 2009 1:44 pm
Forum: WinCE Development
Topic: Screen alignment problem
Replies: 3
Views: 1724

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.
by spinbot
Thu Dec 03, 2009 5:52 pm
Forum: WinCE Development
Topic: C# Buzzer Sample Code
Replies: 5
Views: 6110

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...
by spinbot
Wed Dec 02, 2009 5:18 pm
Forum: WinCE Development
Topic: Windows CE 6 BSP
Replies: 21
Views: 9793

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!!!!
by spinbot
Wed Dec 02, 2009 4:45 pm
Forum: WinCE Development
Topic: Windows CE 6 BSP
Replies: 21
Views: 9793

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.
by spinbot
Tue Dec 01, 2009 6:20 pm
Forum: WinCE Development
Topic: Windows CE 6 BSP
Replies: 21
Views: 9793

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...
by spinbot
Wed Oct 28, 2009 10:57 pm
Forum: WinCE Development
Topic: backlight control
Replies: 15
Views: 5633

Re: backlight control

Hey nicolas,

Thanks for you great work. Any chance of releasing the code that controls the back light?

Cheers