mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
lcd: Renamed 'i2clcd' library to 'lcd'
All other upm library directories match their corresponding library name, the i2clcd was an outlier which caused problems for CMake and testing. * Replaced usage of i2clcd with lcd * Renamed source files and examples * Updated examples to use correct class * Updated documentation where necessary (left changelog sections) Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -111,7 +111,7 @@ public class SSD1327_oledSample {
|
||||
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
// ! [Interesting]
|
||||
upm_i2clcd.SSD1327 lcd = new upm_i2clcd.SSD1327(0);
|
||||
upm_lcd.SSD1327 lcd = new upm_lcd.SSD1327(0);
|
||||
|
||||
// If you don't set the display to be white, the seeed logo will appear
|
||||
// jagged
|
||||
|
Reference in New Issue
Block a user