Now I’m trying to figure out why SystemMetrics is giving me 320x240 as a resolution when I have the 4.1" screen…
It’s the fun part of new hardware, figuring out all this stuff ;D
Now I’m trying to figure out why SystemMetrics is giving me 320x240 as a resolution when I have the 4.1" screen…
It’s the fun part of new hardware, figuring out all this stuff ;D
Is the board signaling the 4.3" display correctly? IE, does the boot text look ok? It should be firmly lined up to the upper left corner.
No the boot text says 320x240.
Note: I have upgraded the firmware.
That is because you didn’t set the LCD configuration. I bet you didn’t see this
[url]http://www.tinyclr.com/downloads/Cobra/Broch_FEZ_TFTDisplayExpansion.pdf[/url]
Dang, no auto detect huh? OK guess I’ll have to be clever when writing Pyxis2/Netby to support all the displays you have. Thanks for the help!
Yeah, that’s what I thought. Also remember to reload the firmware and bootloader 
Hey Skewworks,
Hows developing on the Cobra going? Maybe we should have a another Chumby web meeting before backend dev starts?
Chris,
Current Status:
[ol]Screen size, touch screen configuration, auto-enable DHCP stored w/ ExtendWeakReferences.
Screen-szie can be changed in program w/ auto reboot.
DHCP can be changed in program
Custom controls form, progressbar, picturebox (and it’s freakin’ awesome), button, and label complete
Programs can be loaded, they are given a desktop reference to create their form(s).
Picturebox can load image over the WEB!
Boot screen added
More to come[/ol]
EDIT: I’ve also tweaked the ever living daylights out of the rendering engine.
Do you want to start committing code to the Google Code page?
Not yet, it’s still alpha code; I have a hard enough time letting go of beta code. Give it a week or two though and I should have something worth checking in.
Alright, sounds good.
Can you add me as well so I can jump in there to do modifications/uploads/wiki? I use thom [at] skewworks [dot com] for my Google login.
Done.
Excellent. As soon as I have beta ready stuff I’ll make a video and put the source up.
It’s that time…
Basic OS loading is complete and I want to start by allowing the user to work without an SD card present as the hard-drive, so it’s time to start developing web apps.
Chumby supports web apps via Adobe Flash; well NETMF doesn’t have native support for that and I’m not coding it so our options are:
Create a web app system that can be used across multiple platforms (i.e. a series of HTTP requests to handle interaction so apps could be hosted on Apache servers)
Create apps using web services. This has the distinct drawback of limiting apps to Microsoft based servers.
???
Profit
Thoughts?
Hi Ske,
I was thinking the apps would run on the device itself without need for external servers. I think we should have another web meeting on this. I think we had the first before you were in on the project.
Chris,
Yeah normal apps will execute from SD/USB I’m talking about Web Apps. Pyxis OS / Netby will support them both.
I see.
Well, the ultate thing would be to get Silverlight running, but I don’t see that happening, so maybe a simple HTML/XML based web service?
OK I’ll see what I can come up with. In the mean time I just went ahead and started SD development. In the mean time here’s the latest updates:
Automatic detection of internet connection & icon to reflect connectivity.
Automatic detection of SD insertion/removal & icon to reflect (max 1 sec delay)
New menu system completed. Much like previous system but is better thought out and supports menu icons.
Desktop view modes Application / Services / Both
I should have a sample app or two finished tonight if I don’t get too lazy.
Any screen shots? 