This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Wednesday, December 31, 2014

Library for 240x320 graphical display TFT. Driver ILI9341.

This blog presents a new version of the library. New functions were added and the bugs were fixed. Now, We can use an SD CARD to open BMP files.  Consider these features.The version 2 can be used in microcontrollers with these features. Program Memory 32KB RAM Bytes 2,048 Request.Email contact: armicrocontroller@gmail.com The standard driver will be available for user that just need the single library for ili9341. The current version...

Sunday, December 28, 2014

Library for 128x64 graphical display OLED. Driver SSD1306.

OK. Now you need a best display for your projects!. Yeah, this display is your best choice. We have got the update 2.0 now.    Module Features. Resolution: 128 x 64 dot matrix panel. Power supply: 3.3V ~ 5V Interface: SPI Driver IC: SSD1306 Light color: Yellow+blue Request.Email contact: armicrocontroller@gmail.com What version do I need? The version 1.0 is ideal for microcontroller with few ROM memory, this library has not...

Saturday, December 27, 2014

Library for LCD HD44780.

This library allows  control Liquid Crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible). The library works with in 4 bit mode interface. Brian Hicks made an evaluation of this code.  Video. Description of library.  void Lcd_Init(void)This function initializes the Lcd module.Note: You can change the connection of lcd module in hd44780.h  file.Example:Lcd_Init();Lcd_Command(LCD_CLEAR);void Lcd_ConstText(y,...