Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

catfood00

10
Posts
1
Following
A member registered Dec 01, 2024 · View creator page →

Creator of

Recent community posts

I did not expect the plotwies!

This was a grate game! good and short!

if it doesn’t work try the script if the script works it indicates that there’s something wrong with the code please report it to me if it doesn’t work it means that you did not connect the LCD correctly


import time

from RPLCD import CharLCD

import RPi.GPIO as GPIO

lcd = CharLCD(cols=16, rows=2, 

              pin_rs=7, pin_e=8, 

              pins_data=[25, 24, 23, 18], 

              numbering_mode=GPIO.BCM)

try:

    lcd.clear()

    lcd.write_string("Hello, World!")

    time.sleep(5)  # Show for 5 seconds

finally:

    lcd.clear()

    GPIO.cleanup()

if it doesn’t work use this


pip3 install --break-system-packages RPLCD

sudo apt install python3

pip3 install RPLCD

This is required


sudo apt update

sudo apt install python3-pip python3-rpi.gpio

pip3 install RPLCD

I know I was talking about the original creator

just because it was made in scratch does not mean that the creator did not put effort in the game or in this case a game engine.

you are immortal