What's "lib"?
If it's a directory name python imports don't work quite like that.
If the actual module is "LCD_2inch4" you need to put it where python expects to find it (e.g in the same directory as the python file that imports it) andAnd, please, use code tags when posting python. Without them all indentation is lost and indentation matters.
If it's a directory name python imports don't work quite like that.
If the actual module is "LCD_2inch4" you need to put it where python expects to find it (e.g in the same directory as the python file that imports it) and
Code:
import LCD_2inch4Statistics: Posted by thagrol — Sat May 16, 2026 6:10 pm








