Code help fingerprint sensor using a Uniroi uno and adafruit 1.44 LCD screen

Hello,
I purchased the UNIROI ultimate Arduino starter kit, Adafruit 1.44 and optical Fingerprint reader sensor (Geekstory GR2904 ASIN-B07BQ9VNWR). I have successfully wired the Arduino Uno, Adafruit 1.44 and the fingerprint sensor to the breadboard. I receive proper power to the Uno board. I can use the libraries to run the following tests separately: Graphics test, blink test, enroll several finger prints, and verify several fingerprints. However, I can’t figure out the code to show a name with each fingerprint enrollment 1 through 10, display a reject for non enrolled finger prints and have these results displayed on the Adafruit screen. Can someone help?

Video where the idea came from but I am using the Adafruit screen instead of the .96 OLED screen: Fingerprint Sensor Module with Arduino | Random Nerd Tutorials

Code on TFT for 2 people using nano: Fingerprint Sensor with Arduino - educ8s.tv - Watch Learn Build

Adafruit Optical Fingerprint Sensor: Wiring for use with Arduino | Adafruit Optical Fingerprint Sensor | Adafruit Learning System

Post the code that you have written to try and solve this problem and people can help you. It seems like the TFT example is pretty much what you describe except that you are writing to a different display. It seems like changing that code would be a great place to start.