Hi John, It really depends on what you call a GLCD. If it is a "serial GLCD" with intelligence already embedded, then you should be fine with a 16F628, as yo= u would need to send simple commands and the GLCD will do everything. However= , if it is a kind of standard GLCD with no embedded functionality other than setting a pixel on/off, then you need to implement arithmetic in your PIC t= o draw lines, circles, etc. All this takes significant RAM/ROM (significant for what a PIC16F628) so you better go with a PIC16F2620 general purpose PIC. Cheers, Ariel Rocholl http://www.rf-explorer.com 2011/4/5 John van der Putte > Hi, > > > > I have a GLCD but didn't do much with it. I want to make a serial interfa= ce > for a GLCD. The commands I want to write to the display: text, lines, > circles and boxes. At the internet I read that the 16F628 isn't big enoug= h > to drive the GLCD but I don't want to send complete pictures to the GLCD. > Can the 16F628 manage to send these the simple commands to the GLCD or mu= st > I use an bigger one? > > > > John > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .