Jump to content

Recommended Posts

Posted

Dear All

I've tried the GLCD option with MIOS32. The model is JM12864E and JM12864J. Its driver should be KS0108 from the datasheet.

http://www.hzkcgd.com/pdf/JM12864E.pdf

In Mac Os terminal, i've compiled the app_LCD tutorial , using the command line

export MIOS328LCD=ks0108
make-s

Unfortunatly, the display is not good: only the half left of the display displays something and what is displayed is a mix between the left and right of what is expected on the screen (a gauge modulated by modwheel). The 000 value column is centered

CS 1 and 2 of the display are connected to J5C (A8 & A9 pins respectively)

http://www.ucapps.de/mbhp/mbhp_lcd_ks0108_mios32.pdf

In the Module code : CS1 is relative to CS0 and CS2 to CS1 (code starts at 0, datasheet starts at 1)

J15 is well cabled as I have a picture ; while uploading firmware, It writes "MIO oader" (insted of "mios bootloader")

Does someone have an idea of what I should do to configure it correctly ? I've updated my svn repository to the last changes (today) of course. I think it is a problem in the column driver or the CS config ; isn't it ?  :(

Thanks in advance

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...