Desenarea functiilor sinus si cosinus pe GLCD cu PIC16F887
Desenarea functiilor sinus si cosinus pe GLCD cu PIC16F887 Desenarea functiilor sinus si cosinus pe GLCD cu PIC16F887 char GLCD_DataPort at PORTD; sbit GLCD_CS1 at RB0_bit; sbit GLCD_CS2 at RB1_bit;…
PICkit 2 Device Data File Editor
PICkit 2 Device Data File Editor This program provides a simple interface for editing the device data file PKDeviceFile.dat that comes with the PICkit2 windows programs. Usage: File Menu: Open…
Sinewave pe TFT 3.2” (SSD1289) si Arduino
Sinewave pe TFT 3.2” (SSD1289) si Arduino #include <UTFT.h> // Declare which fonts we will be using extern uint8_t SmallFont[]; // Uncomment the next line for Arduino 2009/Uno UTFT myGLCD(ITDB32S,19,18,17,16);…
Ceas de timp real RTC cu DS1307 si Arduino
Ceas de timp real RTC cu DS1307 si Arduino /* Exemplu utilizarea librarie MD_DS1307 si afisare pe LCD 8×2, fara posibilitatea de reglare a ore */ /* Tema: “Reglarea orei…
Mira de bare color pe TFT 3.2” (SSD1289) si Arduino
Mira de bare color pe TFT 3.2” (SSD1289) si Arduino Cod: Arduino cu ATMEGA328 // UTFT_Bitmap (C)2012 Henning Karlsen #include <UTFT.h> #include <avr/pgmspace.h> // Declare which fonts we will be…