lcd

  1. moty22

    Share My Creation LCD 1602 Large Characters

    Custom created large characters for LCD 16x2 display. The 8 available RAM are used, each character is made of 6 normal size characters. The function CREATE is not in the library so the code is bit banging to include the function, this is why the code is so long. The project is a voltmeter. Sub...
  2. moty22

    Share My Creation Frequency counter

    The Arduino generates an accurate 1 second time base for the counter by cascading timer0 and timer2. Part of the B4R code is in C for setting the timers/counters of the Atmega328, this way the accuracy follows the 16 MHz crystal. The link between digital inputs 3 and 4 connects the output of...
  3. Peter Simpson

    V2 - Upgrading my old recycled 768 to new recycled 1080p external laptop screen - Directions

    Hello fellow B4X developers, I'm at it again but this time I've taken photos specifically to post on this great community. Updating my current screen means that I'll be going from a 1366x768 not full HD to a 1920x1080 full HD portable external screen. A few weeks ago I purchased a faulty...
  4. P

    B4R Question LCD Menu Lib for LiquidCrystal_I2C Library

    Hi guys, I'm new to Arduino and i'm using B4R LiquidCrystal_I2C library to drive my LCD 1602 I2C version. I want to know is there any library to make LCD Menus like the libs on Arduino IDE for B4R? Thanks.
Top