FEZ-Rhino Issues

Hi guys,
I’ve recently got my FEZ-Rhino OEM, and started to play with it, but I’m new, it came with .net framework 4.1 installed on, and I’ve made some research but couldn’t find a way to upgrade to 4.2 or 4.3, are those SDK’s are not supporting Rhino? I’m confused. Also couldn’t find a way to use UEXT display on it, and which assemblies to use for graphical interface. Any project sample would show me how to start. Hope you can help me. Thank You!

Hi Osmanium,

The Rhino is based on USBizi chipset and is NOT able to run 4.2. There’s no current plan that GHI have shared about taking USBizi into the 4.2/4.3 arena at this time.

As for projects, what discplay do you have? If you look for code examples on the Wiki or codeshare looking for that display you may have luck?

I think this is the one
http://www.ghielectronics.com/downloads/FEZ/Extension/Broch_Graphical128x64Extension.pdf

Also this directory will help you with code http://www.ghielectronics.com/downloads/FEZ/Extension/ (but I count three 128x64 graphics related code pieces :frowning: )

Thank you for your fast reply, I live in Turkey, it made me change the location and other settings to deploy my project, , I had to create GHIElectronics.Graphics.Simple128x64 class by myself and paste the code I’ve found elsewhere, so I got my LCD work, thank you. Isn’t this class suppose to be placed in FEZ libraries and others? Also is there any way to make my characters bigger, or change the size what I want?