TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136822 times)
  2. FAT32 Library (69984 times)
  3. Network Ethernet Library (55970 times)
  4. USB Device Library (46282 times)
  5. Network WiFi Library (41893 times)
  6. FT800 Library (41203 times)
  7. GSM click (28999 times)
  8. PID Library (26420 times)
  9. mikroSDK (26386 times)
  10. microSD click (25383 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

Saving Glcd Calibration Data in internl EEPROM

Rating:

0

Author: Dick Berry

Last Updated: 2016-02-18

Package Version: 1.1.0.0

Example: 1.0.0.0

Category: GLCD

Downloaded: 845 times

Followed by: 5 users

License: MIT license  

Calibrate the Touch Panel (only if required) with saved data that is check summed.
Displays Cal Data and EEPROM Data on GLCD PIC 18F46K22

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Saving Glcd Calibration Data in internl EEPROM" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Saving Glcd Calibration Data in internl EEPROM" changes.

Do you want to report abuse regarding "Saving Glcd Calibration Data in internl EEPROM".

  • Information
  • Comments (0)

Example Blog

I didn't want to have to Calibrate the Touch Panel every time I turned on my Light Controller and I also didn't want to have to re-compile to change the data. So I wrote this routine to save calibration data in the internal EEPROM with a chack digit. If te Chack Digit Passes then it skipps the Calibration routine but if the check digit fails it rund the Calibration routine and stores the new data along with the Check Sum in the internal EEPROM. I added a Calibration button to my menu screen so the user can calibrate the TP whenever they want to.

This is a modification of the Calibration routine shipped as an example with my Easy PIC V7 development board. There is a lot of stuff to strip out if you use it in an application but it's to display the data so it's not very hard to id it.

I hope it's of use to some of you guys, it sure was worth the time for my project.

 

Dick Berry

Calibration Data on the GLCD

Calibration Data on the GLCD

Almost exactly the same as shipped with my V& Board with the addition of the Check Sum value.

View full image
EEPROM data after a short delay.

EEPROM data after a short delay.

This screen I added to see what was stored in the EEPROM and if it agreed with the current data.

View full image

I made a fix to this tonight after thr upload and will update the zip file tommorow.... Sorry 11:52 PM, 7/9/2014 Mountian Time USA

Verson 1.1 is much better. I uploaded way too soon. I was tired last night and didn't test very well. I added some comments and had to put delays between the EEPROM reads and writes for realiable operation, just like the library help files says (DUH).

I also reworked the Check Sum routine to actually work if the data was all Zeros or High values.

 

Sorry if I misslead you guys, but this version works.

 

Dick

ALSO FROM THIS AUTHOR

RV Monitor System Two Displays, Battery Voltage, Fresh Water Level, Outside Temp, Inside Temp, With Cycleing Mode

10

This is a Monitor system for Travel Trailers, Pop Up's and other RV's. I have made provisions for two displays, one inside and one outside. A single button for each display steps through the modes. Modes include Battery Voltage: Fresh Water Level: Outside Temp: Inside Temp: Cycle The Data Displays: Off: Thanks For Looking Dick

[Learn More]

ExpressPCB Schematic and PCB Layout (FREE Software)

0

A very nice Schematic Drawing Tool and PCB Layout Software (Free Download) Extensive Library with component building. Up to four layer PCB can be ordered from them but not required. Software is not a trial and is fully enabled. Many PIC Controllers in the Library. http://www.expresspcb.com/index.htm Enjoy! Dick

[Learn More]

Sorting out the Logarithmic Scale for the Volume Control for SMART_MP3 Click

0

Here is a spreadsheet with the volume control numbers for a 0 to 11 scale translated to the 0 - 255 controls of the Smart_MP3. It's a simple LOG10 scale but that approximates the true LOG scale close enough.

[Learn More]